We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5db98 commit 64e9832Copy full SHA for 64e9832
tools/buildmgr/cbuildgen/CMakeLists.txt
@@ -38,7 +38,7 @@ add_custom_command(TARGET cbuildgen POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy
38
39
#
40
if(MSVC)
41
- target_link_options(cbuildgen PUBLIC "$<$<CONFIG:Debug>:/SAFESEH:NO>")
+ target_link_options(cbuildgen PUBLIC "$<$<CONFIG:Debug>:/SAFESEH:NO;/INCREMENTAL:NO>")
42
endif(MSVC)
43
set_property(TARGET cbuildgen PROPERTY
44
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
0 commit comments