mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Build with -fno-strict-aliasing
Doesn't affect MSVC build since MSVC already works in a similar manner.
This commit is contained in:
parent
50736263d2
commit
92c08be387
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ else()
|
|||
add_compile_options(-Wall)
|
||||
add_compile_options(-fexceptions)
|
||||
add_compile_options(-msse -msse2 -mcx16)
|
||||
add_compile_options(-fno-strict-aliasing)
|
||||
|
||||
#TODO Clean the code so these are removed
|
||||
add_compile_options(-Wno-unused-variable)
|
||||
|
|
Loading…
Add table
Reference in a new issue