mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-23 15:40:34 +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
@ -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…
x
Reference in New Issue
Block a user