mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12: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(-Wall)
|
||||||
add_compile_options(-fexceptions)
|
add_compile_options(-fexceptions)
|
||||||
add_compile_options(-msse -msse2 -mcx16)
|
add_compile_options(-msse -msse2 -mcx16)
|
||||||
|
add_compile_options(-fno-strict-aliasing)
|
||||||
|
|
||||||
#TODO Clean the code so these are removed
|
#TODO Clean the code so these are removed
|
||||||
add_compile_options(-Wno-unused-variable)
|
add_compile_options(-Wno-unused-variable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue