[Scummvm-cvs-logs] scummvm master -> ed3d9d26dc4ec3e136fb52fd22db50f93bb02357

hkzlab hkzlabnet at gmail.com
Fri Jun 22 14:10:26 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ed3d9d26dc CONFIGURE: Set dingux optimization level to -O3


Commit: ed3d9d26dc4ec3e136fb52fd22db50f93bb02357
    https://github.com/scummvm/scummvm/commit/ed3d9d26dc4ec3e136fb52fd22db50f93bb02357
Author: Fabio Battaglia (hkzlabnet at gmail.com)
Date: 2012-06-22T05:08:33-07:00

Commit Message:
CONFIGURE: Set dingux optimization level to -O3

Changed paths:
    configure



diff --git a/configure b/configure
index 9fe5587..ffcd0c1 100755
--- a/configure
+++ b/configure
@@ -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






More information about the Scummvm-git-logs mailing list