mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Remove unused functions from ISLE.EXE (#476)
This commit is contained in:
committed by
GitHub
parent
43c692c9d7
commit
e61530d5a0
@@ -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\"")
|
||||||
|
|||||||
Reference in New Issue
Block a user