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++
|
CCC=g++
|
||||||
else
|
else
|
||||||
CC="$CC -Ae"
|
CC="$CC -Ae"
|
||||||
|
CFLAGS=+O2
|
||||||
CCC=aCC
|
CCC=aCC
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user