mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Remove unused functions from ISLE.EXE (#476)
This commit is contained in:
parent
43c692c9d7
commit
e61530d5a0
1 changed files with 2 additions and 0 deletions
|
@ -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\"")
|
||||
|
|
Loading…
Reference in a new issue