1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00
Files
postgres/src/template/hpux

9 lines
97 B
Plaintext

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