mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
ISLE using multithreaded libc
This commit is contained in:
parent
ea1224db08
commit
f6407b50d1
@ -292,7 +292,7 @@ if (MSVC)
|
|||||||
# game was originally built with) and tweaked slightly to produce more debugging info for reccmp.
|
# game was originally built with) and tweaked slightly to produce more debugging info for reccmp.
|
||||||
# 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 "/ML$<$<CONFIG:Debug>:d>")
|
target_compile_options(isle PRIVATE "/MT$<$<CONFIG:Debug>:d>")
|
||||||
endif()
|
endif()
|
||||||
target_compile_options(lego1 PRIVATE "/MT$<$<CONFIG:Debug>:d>")
|
target_compile_options(lego1 PRIVATE "/MT$<$<CONFIG:Debug>:d>")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user