mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Add -mpopcnt to all compiles of pg_bitutils.c
The way this makefile works, we need to specify it three times.
This commit is contained in:
@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C)
|
||||
|
||||
# pg_bitutils.c needs CFLAGS_POPCNT
|
||||
pg_bitutils.o: CFLAGS+=$(CFLAGS_POPCNT)
|
||||
pg_bitutils_shlib.o: CFLAGS+=$(CFLAGS_POPCNT)
|
||||
pg_bitutils_srv.o: CFLAGS+=$(CFLAGS_POPCNT)
|
||||
|
||||
#
|
||||
# Shared library versions of object files
|
||||
|
Reference in New Issue
Block a user