Remove unused functions from ISLE.EXE

This commit is contained in:
Christian Semmler 2024-01-20 11:03:02 -05:00
parent 43c692c9d7
commit 7c6c2dc8a7
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -358,7 +358,9 @@ if (MSVC_FOR_DECOMP)
# They ensure a recompilation that can be byte/instruction accurate to the original binaries.
if (ISLE_BUILD_APP)
target_compile_options(isle PRIVATE "/MT$<$<CONFIG:Debug>:d>")
target_link_options(isle PRIVATE "/OPT:REF")
endif()
target_compile_options(lego1 PRIVATE "/MT$<$<CONFIG:Debug>:d>")
set(CMAKE_CXX_FLAGS "/W3 /GX /D \"WIN32\" /D \"_WINDOWS\"")