aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-08-04 20:27:48 +0000
committerMax Horn2006-08-04 20:27:48 +0000
commit3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb (patch)
tree0ec7db9e0a228406ca06de02ad6a6f4c7bc9bbf7
parent355a978572f1969377778ba14ab0396d229f1f8f (diff)
downloadscummvm-rg350-3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb.tar.gz
scummvm-rg350-3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb.tar.bz2
scummvm-rg350-3a88d7a752421fd81710fd3dc29cd30f7c5f1ecb.zip
Added -Wuninitialized to --enable-release (best used in combination with --enable-Werror :-)
svn-id: r23676
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a308b4eb2c..04ab55ce10 100755
--- a/configure
+++ b/configure
@@ -461,7 +461,7 @@ for ac_option in $@; do
CXXFLAGS="$CXXFLAGS -Werror"
;;
--enable-release)
- DEBFLAGS="-O2"
+ DEBFLAGS="-O2 -Wuninitialized"
;;
--with-sdl-prefix=*)
arg=`echo $ac_option | cut -d '=' -f 2`