aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2004-02-21 15:17:16 +0000
committerMax Horn2004-02-21 15:17:16 +0000
commit1ca197eba05f0e6de11c24930e22a7c8328fba28 (patch)
tree6aebdcbc669b97143803f41a636016d1ed904d68 /configure
parent1831d71ed357bc582625365f7e3164550669a2e3 (diff)
downloadscummvm-rg350-1ca197eba05f0e6de11c24930e22a7c8328fba28.tar.gz
scummvm-rg350-1ca197eba05f0e6de11c24930e22a7c8328fba28.tar.bz2
scummvm-rg350-1ca197eba05f0e6de11c24930e22a7c8328fba28.zip
do release builds with -O2
svn-id: r12969
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2d83e37333..81ccfb0815 100755
--- a/configure
+++ b/configure
@@ -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`