mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
compile-*-debug* scripts will now compile InnoDB in non-inline fashion
This commit is contained in:
parent
98ff9f8141
commit
c9a2caa7f0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue