summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorandrey@lmy004. <>2006-01-12 11:51:34 +0100
committerandrey@lmy004. <>2006-01-12 11:51:34 +0100
commit2aba65db85acad73fa3b56eb94fab61b310f2c44 (patch)
tree1dac97e4c095376771a87ef743f865b5751286ba /BUILD
parentf78e602895b31d4c848047a9229a27631ad3e70b (diff)
downloadmariadb-git-2aba65db85acad73fa3b56eb94fab61b310f2c44.tar.gz
revert change to SETUP.sh which went through with my push of WL#1034
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 8bcad5af746..ae5c8332bcd 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -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"