Select optimization by default for HP's C compiler.

This commit is contained in:
Tom Lane 2001-02-20 19:04:04 +00:00
parent 2bf32fef2b
commit d1864e388a

View File

@ -3,5 +3,6 @@ if test "$GCC" = yes ; then
CCC=g++
else
CC="$CC -Ae"
CFLAGS=+O2
CCC=aCC
fi