diff options
Diffstat (limited to 'src/template/hpux')
-rw-r--r-- | src/template/hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/hpux b/src/template/hpux index a461df0dcd7..28d836e0120 100644 --- a/src/template/hpux +++ b/src/template/hpux @@ -2,5 +2,5 @@ CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED" if test "$GCC" != yes ; then CC="$CC -Ae" - CFLAGS="$CFLAGS +O2" + CFLAGS="+O2" fi |