summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-02-14 15:09:38 -0700
committerunknown <sasha@mysql.sashanet.com>2001-02-14 15:09:38 -0700
commite485707b55e8adfb2440b9b1716d8d4faafdda1a (patch)
treeb1c28bbc435db7ebec3feeb54934df99222af8dc /support-files
parent9902850d2fd3046a8d70ac1bec0bdf5199d89fb8 (diff)
downloadmariadb-git-e485707b55e8adfb2440b9b1716d8d4faafdda1a.tar.gz
keep frame pointer
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 5204c22962f..52b26429048 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -140,10 +140,11 @@ BuildMySQL() {
# support assembler speedups.
sh -c "PATH=\"${MYSQL_BUILD_PATH:-/bin:/usr/bin}\" \
CC=\"${MYSQL_BUILD_CC:-egcs}\" \
- CFLAGS=\"${MYSQL_BUILD_CFLAGS:- -O6}\" \
+ CFLAGS=\"${MYSQL_BUILD_CFLAGS:- -O6 -fno-omit-frame-pointer}\" \
CXX=\"${MYSQL_BUILD_CXX:-egcs}\" \
CXXFLAGS=\"${MYSQL_BUILD_CXXFLAGS:- -O6 \
- -felide-constructors -fno-exceptions -fno-rtti}\" \
+ -felide-constructors -fno-exceptions -fno-rtti \
+ -fno-omit-frame-pointer}\" \
./configure \
$* \
--enable-assembler \