cmake: simplify code

This commit is contained in:
oltolm
2025-08-30 20:20:55 +02:00
committed by Ani
parent cc8929ef4a
commit 2485a98d4f
4 changed files with 14 additions and 25 deletions
-1
View File
@@ -5,7 +5,6 @@ if(MSVC)
add_compile_definitions(
_CRT_SECURE_NO_DEPRECATE=1 _CRT_NON_CONFORMING_SWPRINTFS=1 _SCL_SECURE_NO_WARNINGS=1
NOMINMAX _ENABLE_EXTENDED_ALIGNED_STORAGE=1 _HAS_EXCEPTIONS=0)
add_link_options(/DYNAMICBASE)
#TODO: Some of these could be cleaned up
add_compile_options(/wd4805) # Comparing boolean and int