aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-20 19:04:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-20 19:04:04 +0000
commitd1864e388a753b552957b130bee4c6d1341e0316 (patch)
tree285543680cddf3b8659c03b093d686aca28f5823
parent2bf32fef2b9da21b4aea8eab047ad7d9a2b88421 (diff)
downloadpostgresql-d1864e388a753b552957b130bee4c6d1341e0316.tar.gz
postgresql-d1864e388a753b552957b130bee4c6d1341e0316.zip
Select optimization by default for HP's C compiler.
-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