fixed Do-rpm to not omit frame pointer

This commit is contained in:
sasha@mysql.sashanet.com 2001-04-07 18:31:31 -06:00
commit c9cd6364e5
2 changed files with 3 additions and 4 deletions

View file

@ -1,2 +1 @@
jani@janikt.pp.saunalahti.fi
heikki@donna.mysql.fi
sasha@mysql.sashanet.com

View file

@ -57,8 +57,8 @@ set -x
# Check environment
export MYSQL_BUILD_PATH="/usr/cygnus/redhat-980810/H-i386-pc-linux-gnu/bin/:/usr/bin:/bin"
export MYSQL_BUILD_CFLAGS="-O6 -fomit-frame-pointer -mpentium"
export MYSQL_BUILD_CXXFLAGS="-O6 -fomit-frame-pointer \
export MYSQL_BUILD_CFLAGS="-O6 -fno-omit-frame-pointer -mpentium"
export MYSQL_BUILD_CXXFLAGS="-O6 -fno-omit-frame-pointer \
-felide-constructors -fno-exceptions -fno-rtti -mpentium"
gcc -v