mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Reapply old template depth to compilers (fixes Gentoo building)
This commit is contained in:
parent
dca29def5e
commit
bd8cbcdb21
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ else()
|
||||||
|
|
||||||
add_compile_options(-Wall)
|
add_compile_options(-Wall)
|
||||||
add_compile_options(-fexceptions)
|
add_compile_options(-fexceptions)
|
||||||
|
add_compile_options(-ftemplate-depth=1024)
|
||||||
add_compile_options(-msse -msse2 -mcx16)
|
add_compile_options(-msse -msse2 -mcx16)
|
||||||
add_compile_options(-fno-strict-aliasing)
|
add_compile_options(-fno-strict-aliasing)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue