mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Select optimization by default for HP's C compiler.
This commit is contained in:
@ -3,5 +3,6 @@ if test "$GCC" = yes ; then
|
||||
CCC=g++
|
||||
else
|
||||
CC="$CC -Ae"
|
||||
CFLAGS=+O2
|
||||
CCC=aCC
|
||||
fi
|
||||
|
Reference in New Issue
Block a user