4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
# -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"
|