Change arch to haswell.

This commit is contained in:
Skyth 2024-09-27 12:37:25 +03:00
parent 8639a690e5
commit 2ae23e7e5e

View File

@ -3,7 +3,7 @@ project("PowerSample")
add_compile_options(
"/fp:strict"
"/GS-"
"-march=x86-64-v3"
"-march=haswell"
"-fno-strict-aliasing")
file(GLOB RecompiledFiles *.cpp)