diff options
author | sasha@mysql.sashanet.com <> | 2001-04-07 18:31:31 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-07 18:31:31 -0600 |
commit | c9cd6364e57a11e0f0e369c0faa5422d22f4cf83 (patch) | |
tree | 85fab510757e22c2c84474469801eea3961780b6 /Build-tools | |
parent | ae05b07fb718a1742e7f62969a7c49df6c000957 (diff) | |
download | mariadb-git-c9cd6364e57a11e0f0e369c0faa5422d22f4cf83.tar.gz |
fixed Do-rpm to not omit frame pointer
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-rpm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-rpm b/Build-tools/Do-rpm index edb594f186e..31f0d14802c 100755 --- a/Build-tools/Do-rpm +++ b/Build-tools/Do-rpm @@ -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 |