Skip to content
Snippets Groups Projects
Commit d1864e38 authored by Tom Lane's avatar Tom Lane
Browse files

Select optimization by default for HP's C compiler.

parent 2bf32fef
No related branches found
No related tags found
No related merge requests found
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment