From f73fb7f0be229128cfb9d24085f06a331511099b Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Wed, 6 Apr 2016 21:57:27 -0700 Subject: [PATCH] Omit /RTCc ONLY in Visual Studio 2014u2 and later (Debug). Compilation fails otherwise. --- PropertySheets/Debug.props | 1 + 1 file changed, 1 insertion(+) diff --git a/PropertySheets/Debug.props b/PropertySheets/Debug.props index 41c6d3e80..920f34506 100644 --- a/PropertySheets/Debug.props +++ b/PropertySheets/Debug.props @@ -11,6 +11,7 @@ false false EnableFastChecks + true MultiThreadedDebug