#At file:///opt/local/work/mysql-6.0-runtime/
2647 Konstantin Osipov 2008-06-04
Fix a change committed by mistake with a merge.
modified:
BUILD/SETUP.sh
=== modified file 'BUILD/SETUP.sh'
--- a/BUILD/SETUP.sh 2008-06-04 11:18:52 +0000
+++ b/BUILD/SETUP.sh 2008-06-04 11:25:37 +0000
@@ -105,7 +105,7 @@ if [ "x$warning_mode" != "xpedantic" ];
cxx_warnings="$cxx_warnings -Wreorder"
cxx_warnings="$cxx_warnings -Wctor-dtor-privacy -Wnon-virtual-dtor"
# Added unless --with-debug=full
- debug_extra_cflags="-O0"
+ debug_extra_cflags="-O1 -Wuninitialized"
else
warnings="-W -Wall -ansi -pedantic -Wno-long-long -Wno-unused -D_POSIX_SOURCE"
c_warnings="$warnings"
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (konstantin:2647) | Konstantin Osipov | 4 Jun |