We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9e100d1 commit8167d47Copy full SHA for 8167d47
src/FSharpSource.targets
@@ -65,13 +65,11 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
65
<!-- These flags provide a better debugging experience. Locals should be visible.-->
66
<OtherFlags>$(OtherFlags) --no-jit-optimize --jit-tracking</OtherFlags>
67
<DefineConstants>CODE_ANALYSIS; $(DefineConstants)</DefineConstants>
68
- <BuildWith>LKG</BuildWith>
69
</PropertyGroup>
70
71
<PropertyGroupCondition="'$(Configuration)'=='Release'">
72
<Optimize>true</Optimize>
73
<ConfigurationOutputDirectory>release</ConfigurationOutputDirectory>
74
75
76
77
<!-- Flags used to build the bootstrap compiler.