Removed -fomit-frame-pointer..

This commit is contained in:
Jaroslav Kysela 1999-07-22 08:37:23 +00:00
parent b85839431d
commit f32c1b4f60

View file

@ -3,7 +3,7 @@
aclocal $ACLOCAL_FLAGS
automake --foreign
autoconf
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@