Added -Wuninitialized to --enable-release (best used in combination with --enable-Werror :-)

svn-id: r23676
This commit is contained in:
Max Horn 2006-08-04 20:27:48 +00:00
parent 355a978572
commit 3a88d7a752

2
configure vendored
View File

@ -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`