mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Add -fstack-protector (Non-MSVC)
This commit is contained in:
parent
2d62f9c4c5
commit
3e496f6625
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ else()
|
|||
|
||||
add_compile_options(-Wall)
|
||||
add_compile_options(-fno-exceptions)
|
||||
add_compile_options(-fstack-protector)
|
||||
add_compile_options(-ftemplate-depth=1024)
|
||||
add_compile_options(-msse -msse2 -mcx16)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue