1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00
Files
postgres/src/template/osf
2002-07-07 20:28:25 +00:00

10 lines
145 B
Plaintext

if test "$GCC" = yes ; then
CFLAGS=
CCC=g++
else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
CCC=cxx
fi
VENDOR_CXXFLAGS='-O4 -Olimit 2000'