1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00
Files
postgres/src/template/hpux
2000-11-04 14:34:54 +00:00

8 lines
84 B
Plaintext

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