Skip to content

Commit 05d6cdf

Browse files
committed
utils: pxstudiomdl: temporarily disabled incremental linking to workaround crashing MSVC linker
1 parent 62a5633 commit 05d6cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/pxstudiomdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if(MSVC)
6767
if(NOT ENABLE_ASAN)
6868
target_compile_options(${PROJECT_NAME} PRIVATE $<$<CONFIG:Debug>:/ZI>) # enable "Edit and Continue" MSVC feature
6969
target_link_options(${PROJECT_NAME} PRIVATE $<$<CONFIG:Debug>:
70-
/INCREMENTAL
70+
#/INCREMENTAL
7171
/SAFESEH:NO
7272
>)
7373
else()

0 commit comments

Comments
 (0)