blob: 3c9f0cbe8dcbfa1b8b5c62c61730018cb1d4ea9e (
plain)
1
2
3
4
5
6
|
# -traditional-cpp means "don't use apple's cpp-precomp" on darwin
# this should change to -no-cpp-precomp when that flag is implemented
CC="$CC -traditional-cpp"
# Select appropriate semaphore support
USE_NAMED_POSIX_SEMAPHORES=1
|