mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Only do decomp assertions when using older MSVC compilers
This commit is contained in:
parent
0c32f28936
commit
bf34d20cea
@ -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")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user