mirror of
https://github.com/postgres/postgres.git
synced 2026-03-26 04:14:54 -04:00
3 lines
163 B
Text
3 lines
163 B
Text
# -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"
|