modify workflow

This commit is contained in:
Live session user 2025-11-16 05:25:55 -08:00
parent 1e46b9e064
commit 390bc9a04d
5 changed files with 66 additions and 39 deletions

View file

@ -10,10 +10,8 @@ if(MSVC)
if(COMPILER_SUPPORTS_MARCH_NATIVE)
add_compile_options(-march=native)
endif()
add_link_options(/dynamicbase)
else()
add_compile_options(/Zc:throwingNew- /constexpr:steps16777216)
add_link_options(/DYNAMICBASE)
endif()
add_compile_definitions(
_CRT_SECURE_NO_DEPRECATE=1 _CRT_NON_CONFORMING_SWPRINTFS=1 _SCL_SECURE_NO_WARNINGS=1