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 if test "$GCC" = yes; then
CFLAGS=-02 CFLAGS=-O2
else else
CFLAGS=-O CFLAGS=-O
CC="$CC -b elf" CC="$CC -b elf"