Only do decomp assertions when using older MSVC compilers

This commit is contained in:
Anonymous Maarten 2024-01-10 15:33:04 +01:00
parent 0c32f28936
commit bf34d20cea

View File

@ -325,7 +325,7 @@ if (MSVC)
endif() endif()
endif() endif()
if (MSVC_FOR_DECOMP OR MINGW) if (MSVC_FOR_DECOMP)
target_compile_definitions(lego1 PRIVATE "ENABLE_DECOMP_ASSERTS") target_compile_definitions(lego1 PRIVATE "ENABLE_DECOMP_ASSERTS")
if (ISLE_BUILD_APP) if (ISLE_BUILD_APP)
target_compile_definitions(isle PRIVATE "ENABLE_DECOMP_ASSERTS") target_compile_definitions(isle PRIVATE "ENABLE_DECOMP_ASSERTS")