Commit d1864e38 authored by Tom Lane's avatar Tom Lane

Select optimization by default for HP's C compiler.

parent 2bf32fef
...@@ -3,5 +3,6 @@ if test "$GCC" = yes ; then ...@@ -3,5 +3,6 @@ if test "$GCC" = yes ; then
CCC=g++ CCC=g++
else else
CC="$CC -Ae" CC="$CC -Ae"
CFLAGS=+O2
CCC=aCC CCC=aCC
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment