postgresql/src/template/osf

7 lines
90 B
Plaintext

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