mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Compiler optimizations for page checksum code.
Ants Aasma and Jeff Davis
This commit is contained in:
@@ -15,3 +15,6 @@ include $(top_builddir)/src/Makefile.global
|
||||
OBJS = bufpage.o checksum.o itemptr.o
|
||||
|
||||
include $(top_srcdir)/src/backend/common.mk
|
||||
|
||||
# important optimizations flags for checksum.c
|
||||
checksum.o: CFLAGS += ${CFLAGS_VECTOR}
|
||||
|
Reference in New Issue
Block a user