This commit is contained in:
Peter Eisentraut 2001-08-08 13:30:20 +00:00
parent e29c16dc50
commit f7b7b0399c
1 changed files with 1 additions and 1 deletions

View File

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