From f423cec11ba2b91a9c72b6b7c7de246044bc4164 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 18 Aug 2017 21:40:49 +0100 Subject: scripts: Disable LTCG for VS2017 Using LTCG restricts the resulting .lib files to a specific compiler version, causing version conflicts when the compiler gets updated without changing the toolset version. VS2017 now has two incompatible compilers, 15.0 and 15.3, both of which use toolset v141... --- scripts/pugixml_vs2017.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/pugixml_vs2017.vcxproj') diff --git a/scripts/pugixml_vs2017.vcxproj b/scripts/pugixml_vs2017.vcxproj index c1c9745..8a54db7 100644 --- a/scripts/pugixml_vs2017.vcxproj +++ b/scripts/pugixml_vs2017.vcxproj @@ -35,7 +35,7 @@ StaticLibrary false v141 - true + false Unicode @@ -48,7 +48,7 @@ StaticLibrary false v141 - true + false Unicode @@ -169,4 +169,4 @@ - \ No newline at end of file + -- cgit v1.2.3