mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-06-06 18:31:03 +00:00
Change arch to haswell.
This commit is contained in:
parent
8639a690e5
commit
2ae23e7e5e
@ -3,7 +3,7 @@ project("PowerSample")
|
|||||||
add_compile_options(
|
add_compile_options(
|
||||||
"/fp:strict"
|
"/fp:strict"
|
||||||
"/GS-"
|
"/GS-"
|
||||||
"-march=x86-64-v3"
|
"-march=haswell"
|
||||||
"-fno-strict-aliasing")
|
"-fno-strict-aliasing")
|
||||||
|
|
||||||
file(GLOB RecompiledFiles *.cpp)
|
file(GLOB RecompiledFiles *.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user