Disable buffer overrun checks.

This commit is contained in:
Skyth
2024-09-26 18:31:56 +03:00
parent dcc772c184
commit edbb86913b
2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ project("PowerSample")
add_compile_options(
"/fp:strict"
"/GS-"
"-march=x86-64-v3"
"-fno-strict-aliasing")