From 5d334d47565651f0f203502ba7c83073112dcb3d Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 27 Aug 2020 23:59:22 -0700 Subject: [PATCH] msbuild: explicitly disable incremental linking Previously the default was used, which would enable incremental linking for debug builds. --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 1b8144ed00..d8eb5d9679 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -5,6 +5,8 @@ $(BuildRootDir)$(Platform)\$(Configuration)\$(ProjectName)\ $(IntDir)bin\ $(ProjectName)$(TargetSuffix) + + false