mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
8 lines
306 B
Text
8 lines
306 B
Text
# $PostgreSQL: pgsql/src/template/darwin,v 1.10 2006/03/11 04:38:40 momjian Exp $
|
|
|
|
# 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
|