diff options
| author | Tom Lane | 2000-12-11 00:49:54 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-12-11 00:49:54 +0000 |
| commit | 41fe2a2a03d91dc836a83bbd78190c36fd54541f (patch) | |
| tree | c7354872f5ca50dbd180fa36ebb9d8ad3114376d /src/template/darwin | |
| parent | 839de3c577d6ed67543aeff47c3adb2e7d7543da (diff) | |
Darwin porting patches from Peter Bierman <bierman@apple.com>
Diffstat (limited to 'src/template/darwin')
| -rw-r--r-- | src/template/darwin | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/template/darwin b/src/template/darwin index fb99dffb89c..9685f4840a9 100644 --- a/src/template/darwin +++ b/src/template/darwin @@ -1,4 +1,3 @@ -# regular cpp is broken in current development releases +# -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" -# be on safe side while they sort out their compiler -CFLAGS=-O0 |
