From ed3d9d26dc4ec3e136fb52fd22db50f93bb02357 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Fri, 22 Jun 2012 14:08:33 +0200 Subject: [PATCH] CONFIGURE: Set dingux optimization level to -O3 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 9fe5587e322e..ffcd0c1d6c8f 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