mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
revert change to SETUP.sh which went through with my push of WL#1034
BUILD/SETUP.sh: go back to -01 and reporting usage of uninitialized variables
This commit is contained in:
parent
558d08518f
commit
4777b9ae49
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ fast_cflags="-O3 -fno-omit-frame-pointer"
|
|||
reckless_cflags="-O3 -fomit-frame-pointer "
|
||||
|
||||
debug_cflags="-DUNIV_MUST_NOT_INLINE -DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DPEDANTIC_SAFEMALLOC -DSAFE_MUTEX"
|
||||
debug_extra_cflags="-O0"
|
||||
debug_extra_cflags="-O1 -Wuninitialized"
|
||||
|
||||
base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti"
|
||||
amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES"
|
||||
|
|
Loading…
Add table
Reference in a new issue