postgresql/src/template/osf
2002-09-04 22:54:18 +00:00

6 lines
90 B
Text

if test "$GCC" = yes ; then
CFLAGS=
else
CC="$CC -std"
CFLAGS='-O4 -Olimit 2000'
fi