diff options
author | Fabio Battaglia | 2012-06-22 14:08:33 +0200 |
---|---|---|
committer | Fabio Battaglia | 2012-06-22 14:08:33 +0200 |
commit | ed3d9d26dc4ec3e136fb52fd22db50f93bb02357 (patch) | |
tree | df69f220a9957767b4a8f5d5369e16ea2371c4f6 | |
parent | fd97e5ece3c04e6f049ece8f04d9d49aea3e7841 (diff) | |
download | scummvm-rg350-ed3d9d26dc4ec3e136fb52fd22db50f93bb02357.tar.gz scummvm-rg350-ed3d9d26dc4ec3e136fb52fd22db50f93bb02357.tar.bz2 scummvm-rg350-ed3d9d26dc4ec3e136fb52fd22db50f93bb02357.zip |
CONFIGURE: Set dingux optimization level to -O3
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2237,6 +2237,7 @@ if test -n "$_host"; then CXXFLAGS="$CXXFLAGS -mips32" _backend="dingux" _mt32emu=no + _optimization_level=-O3 # Disable alsa midi to get the port build on OpenDingux toolchain _alsa=no _vkeybd=yes |