1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00
This commit is contained in:
Peter Eisentraut
2001-08-08 13:30:20 +00:00
parent e29c16dc50
commit f7b7b0399c

View File

@ -1,5 +1,5 @@
if test "$GCC" = yes; then
CFLAGS=-02
CFLAGS=-O2
else
CFLAGS=-O
CC="$CC -b elf"