Added "-fno-exceptions" to compile flags, so GCC knows we do not use exceptions and can generate more efficient code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@579 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a3fbbff516
commit
dae082e59e
|
@ -17,6 +17,7 @@ warnings = [
|
|||
#'unreachable-code',
|
||||
]
|
||||
compileFlags = [
|
||||
'-fno-exceptions',
|
||||
'-fno-strict-aliasing',
|
||||
'-msse2',
|
||||
'-D_FILE_OFFSET_BITS=64',
|
||||
|
|
Loading…
Reference in New Issue