Build: fatal error LNK1295: '/INCREMENTAL' not compatible with '/DEBUGTYPE' specification... #64054
-
I downloaded .NET 6 source and ran build.cmd successfully. But when I followed method 2 of "Debugging CoreCLR on Window" in debugging.md, run "build -msbuild" I get 4 build errors as below. By following method 1 I get more build errors. I wonder if I missed anything. Thanks. LINK : fatal error LNK1295: '/INCREMENTAL' not compatible with '/DEBUGTYPE' specification; link without '/INCREMENTAL' [D:\runtime-6.0.0\artifacts\obj\coreclr\windows.x64.Debug\ide\tools\InjectResource\InjectResource.vcxproj] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Is the documentation out of date? I always used "method 1" and had no issues. |
Beta Was this translation helpful? Give feedback.
-
Try to build solution using Checked configuration |
Beta Was this translation helpful? Give feedback.
Is the documentation out of date? I always used "method 1" and had no issues.