Remove unused functions from ISLE.EXE (#476)

This commit is contained in:
Christian Semmler 2024-01-21 11:02:17 -05:00 committed by GitHub
parent 43c692c9d7
commit e61530d5a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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