From f5ffe10fcaaa24718ba8dabb61e86b890bd73112 Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 10 Sep 2008 16:42:29 +0000 Subject: [PATCH] Don't use -g and -O3 together git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@491 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 870d761308..c16d39c7f0 100644 --- a/SConstruct +++ b/SConstruct @@ -17,7 +17,7 @@ warnings = [ #'unreachable-code', ] compileFlags = [ - '-g', +# '-g', '-O3', '-fno-strict-aliasing', '-msse2',