mirror of
https://github.com/postgres/postgres.git
synced 2026-02-03 20:40:14 -05: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:
parent
da6520be7f
commit
d0b4663c23
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue