mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-30 13:18:45 +00:00
Made the SSE work with GCC 4.3 and above, may also work with 4.2 and above
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@793 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6e4673d5e7
commit
5c53460817
2 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@ compileFlags = [
|
|||
'-fno-strict-aliasing',
|
||||
'-msse2',
|
||||
'-fvisibility=hidden',
|
||||
'-static',
|
||||
#'-fomit-frame-pointer'
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue