From 572693bafdbd16097d48edb6c1269b1d9030ffc1 Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Tue, 28 Jun 2016 09:42:59 -0700 Subject: [PATCH] Fix default optimization setting for System.Private.CoreLib This disable optimization for System.Private.CoreLib under debug build. Commit migrated from https://github.com/dotnet/coreclr/commit/32e8325ddcb9675a9dfa5ae2611f53a48f1d95be --- src/coreclr/src/mscorlib/System.Private.CoreLib.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj index 6285e4a..c14ce42 100644 --- a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj @@ -29,7 +29,6 @@ true true prompt - true true 4 false @@ -76,12 +75,15 @@ true + false + true full DBG;_DEBUG;_LOGGING;DEBUG;TRACE;$(DefineConstants) CODE_ANALYSIS;$(DefineConstants) true + true pdbOnly TRACE;$(DefineConstants) -- 2.7.4