mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
fixed Do-rpm to not omit frame pointer
This commit is contained in:
parent
ae05b07fb7
commit
c9cd6364e5
2 changed files with 3 additions and 4 deletions
|
|
@ -1,2 +1 @@
|
|||
jani@janikt.pp.saunalahti.fi
|
||||
heikki@donna.mysql.fi
|
||||
sasha@mysql.sashanet.com
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue