1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00
Files
postgres/src/template/osf
2002-09-04 22:54:18 +00:00

7 lines
90 B
Plaintext

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