diff options
Diffstat (limited to 'backends/platform/symbian/mmp/scummvm_touche.mmp.in')
| -rw-r--r-- | backends/platform/symbian/mmp/scummvm_touche.mmp.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/symbian/mmp/scummvm_touche.mmp.in b/backends/platform/symbian/mmp/scummvm_touche.mmp.in index 9ea7636af5..3b8a7e6105 100644 --- a/backends/platform/symbian/mmp/scummvm_touche.mmp.in +++ b/backends/platform/symbian/mmp/scummvm_touche.mmp.in @@ -30,7 +30,7 @@ TARGET          scummvm_touche.lib  TARGETTYPE      lib  OPTION			MSVC /QIfist /Ob1 /Oy /GF // /QIfist disables use of __ftol2 to avoid linker probs with MS libc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcrefQIfistSuppress_ftol.asp  OPTION			GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way too sensitive for that :( just turn off some common warnings -OPTION			GCCE -Wno-multichar -Wno-reorder -fsigned-char +OPTION			GCCE -Wno-multichar -Wno-reorder -Wno-unused -Wno-format -fsigned-char  ALWAYS_BUILD_AS_ARM  //START_AUTO_MACROS_SLAVE//  | 
