mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 02:46:59 +08:00
(it rejects some system header files...). Use -no-cpp-precomp instead. I think it is okay to change this unconditionally, but if we hear complaints from people still using very old compilers on Darwin, we could put in a test to see which switch the compiler likes.
7 lines
223 B
Plaintext
7 lines
223 B
Plaintext
# Apple's cpp-precomp seems a tad broken, so don't use it
|
|
# (Note: on OS X before 10.2, you might need -traditional-cpp instead)
|
|
CC="$CC -no-cpp-precomp"
|
|
|
|
# Select appropriate semaphore support
|
|
USE_NAMED_POSIX_SEMAPHORES=1
|