diff options
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 133a4516ab..2b4dee1546 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 |
