mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Remove MSVC macros & implement weak linking properly for clang.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
project("PowerSample")
|
||||
|
||||
add_compile_options(
|
||||
"/D_HAS_EXCEPTIONS=0"
|
||||
"/fp:strict"
|
||||
"/GS-"
|
||||
"/EHa-"
|
||||
"-march=haswell"
|
||||
"-fno-strict-aliasing")
|
||||
|
||||
|
Reference in New Issue
Block a user