do release builds with -O2

svn-id: r12969
This commit is contained in:
Max Horn 2004-02-21 15:17:16 +00:00
parent 1831d71ed3
commit 1ca197eba0

2
configure vendored
View File

@ -286,7 +286,7 @@ for ac_option in $@; do
DEBFLAGS=""
;;
--enable-release)
DEBFLAGS=""
DEBFLAGS="-O2"
;;
--with-sdl-prefix=*)
arg=`echo $ac_option | cut -d '=' -f 2`