mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Use incremental LTCG
This commit is contained in:
parent
7badc298d3
commit
93d7ed2aa7
|
|
@ -35,7 +35,7 @@ target_compile_definitions(Minecraft.Client PRIVATE
|
|||
if(MSVC)
|
||||
configure_msvc_target(Minecraft.Client)
|
||||
target_link_options(Minecraft.Client PRIVATE
|
||||
$<$<CONFIG:Release>:/LTCG /INCREMENTAL:NO>
|
||||
$<$<CONFIG:Release>:/LTCG:incremental>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue