diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-07 18:31:31 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-07 18:31:31 -0600 |
commit | 9e82b5c8543cd5c5eaac1a7b09b65cadf2a6c0f1 (patch) | |
tree | 85fab510757e22c2c84474469801eea3961780b6 /Build-tools | |
parent | a9c32293404dfa5daafe69f1c2b6745825eff5a5 (diff) | |
download | mariadb-git-9e82b5c8543cd5c5eaac1a7b09b65cadf2a6c0f1.tar.gz |
fixed Do-rpm to not omit frame pointer
Build-tools/Do-rpm:
will we ever get this -fno-omit-frame-pointer stuff right?
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 |