mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
Remove -fno-strict-aliasing
It was added due to miscommunication.
This commit is contained in:
parent
04dedb17eb
commit
d802b3d8b2
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue