Skip to content

Commit d0b4663

Browse files
committed
Add -mpopcnt to all compiles of pg_bitutils.c
The way this makefile works, we need to specify it three times.
1 parent da6520b commit d0b4663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/port/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ pg_crc32c_armv8_srv.o: CFLAGS+=$(CFLAGS_ARMV8_CRC32C)
8080

8181
# pg_bitutils.c needs CFLAGS_POPCNT
8282
pg_bitutils.o: CFLAGS+=$(CFLAGS_POPCNT)
83+
pg_bitutils_shlib.o: CFLAGS+=$(CFLAGS_POPCNT)
84+
pg_bitutils_srv.o: CFLAGS+=$(CFLAGS_POPCNT)
8385

8486
#
8587
# Shared library versions of object files

0 commit comments

Comments
 (0)