From 1f61096c3d587853d9acd8329c4c825fb9b203f1 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 4 Sep 2018 12:29:51 +0200 Subject: [PATCH] Force disable incremental linking Incremental linking and reference optimization are mutually exclusive. While VC2010 defaulted to non-incremental linking, this conflict was not apparent. --- include/Common.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Common.props b/include/Common.props index cbae63c..8f556f5 100644 --- a/include/Common.props +++ b/include/Common.props @@ -1,6 +1,6 @@