summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-08-21 21:20:56 +0000
committerunknown <serg@serg.mysql.com>2002-08-21 21:20:56 +0000
commit3f1fa940b3289de65ab550de5ef0ed7fea0e57d4 (patch)
treee8be524a617632eda06142533d2662b3fbeff0c5 /BUILD
parent3af09b1e3e8f82f895f922615d939d2f0f64229a (diff)
downloadmariadb-git-3f1fa940b3289de65ab550de5ef0ed7fea0e57d4.tar.gz
compile-*-debug* scripts will now compile InnoDB in non-inline fashion
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 68ef3fb6977..859150c3954 100644
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -48,7 +48,7 @@ fast_cflags="-O3 -fno-omit-frame-pointer"
# this is one is for someone who thinks 1% speedup is worth not being
# able to backtrace
reckless_cflags="-O3 -fomit-frame-pointer "
-debug_cflags="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX -O1"
+debug_cflags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX -O1"
base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti"