Remove lego1 Opt:ref

This commit is contained in:
disinvite 2024-04-24 12:00:42 -04:00
parent fcfa5aa37f
commit 9ae54861eb

View File

@ -542,7 +542,6 @@ if (MSVC_FOR_DECOMP)
# They ensure a recompilation that can be byte/instruction accurate to the original binaries.
if (ISLE_BUILD_APP)
target_link_options(isle PRIVATE "/OPT:REF")
target_link_options(lego1 PRIVATE "/OPT:REF")
set_property(TARGET isle ${lego1_targets} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
endif()