diff options
| author | Bruce Momjian | 2003-10-09 14:40:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-10-09 14:40:37 +0000 |
| commit | 7185455c088bcb407a0b997f95863b4c29f203ac (patch) | |
| tree | 80b237c03022e1d37159ce6c323dadc9be473af4 /src/template/osf | |
| parent | 1dad866bb47c1ab733015abba2f5d8a852279774 (diff) | |
Make template CFLAGS handling consistent.
Diffstat (limited to 'src/template/osf')
| -rw-r--r-- | src/template/osf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/osf b/src/template/osf index 133a4516ab0..2b4dee1546b 100644 --- a/src/template/osf +++ b/src/template/osf @@ -1,6 +1,6 @@ if test "$GCC" != yes ; then CC="$CC -std" - CFLAGS='-O4 -Olimit 2000' + CFLAGS="$CFLAGS -O4 -Olimit 2000" fi THREAD_SUPPORT=yes |
