Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit adc5be0

Browse files
Add a note the linker bug has been fixed
1 parent 7333bb1 commit adc5be0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ if (WIN32)
351351

352352
# Temporarily disable incremental link due to incremental linking CFG bug crashing crossgen.
353353
# See https://github.com/dotnet/coreclr/issues/12592
354+
# This has been fixed in VS 2017 Update 5 but we're keeping this around until everyone is off
355+
# the versions that have the bug. The bug manifests itself as a bad crash.
354356
set(NO_INCREMENTAL_LINKER_FLAGS "/INCREMENTAL:NO")
355357

356358
# Debug build specific flags

0 commit comments

Comments
 (0)