mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-03 07:10:23 +01:00
Remove -fno-strict-aliasing
It was added due to miscommunication.
This commit is contained in:
parent
04dedb17eb
commit
d802b3d8b2
|
|
@ -26,7 +26,6 @@ else()
|
|||
add_compile_options(-fno-exceptions)
|
||||
add_compile_options(-ftemplate-depth=1024)
|
||||
add_compile_options(-msse -msse2 -mcx16)
|
||||
add_compile_options(-fno-strict-aliasing)
|
||||
|
||||
add_compile_options(-Werror=old-style-cast)
|
||||
add_compile_options(-Werror=sign-compare)
|
||||
|
|
|
|||
Loading…
Reference in a new issue