aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/template/hpux1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template/hpux b/src/template/hpux
index 3e26ff80dbd..db43432a5e8 100644
--- a/src/template/hpux
+++ b/src/template/hpux
@@ -3,5 +3,6 @@ if test "$GCC" = yes ; then
CCC=g++
else
CC="$CC -Ae"
+ CFLAGS=+O2
CCC=aCC
fi