Remove MSVC macros & implement weak linking properly for clang.

This commit is contained in:
Skyth
2024-09-27 18:47:35 +03:00
parent e025cd65cd
commit acd49010e6
3 changed files with 13 additions and 21 deletions

View File

@@ -1,8 +1,10 @@
project("PowerSample")
add_compile_options(
"/D_HAS_EXCEPTIONS=0"
"/fp:strict"
"/GS-"
"/EHa-"
"-march=haswell"
"-fno-strict-aliasing")