提交 d7d3472f 编写于 作者: R Rob LaDuca

Adding comment on jit optimizations

上级 fca3bfdb
......@@ -404,6 +404,7 @@
<ILFile>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)$(AssemblyName).il'))</ILFile>
</PropertyGroup>
<!-- Ensures the DebuggableAttribute has the appropriate optimizations enabled. -->
<PropertyGroup>
<DebugEnableJitOptimization>false</DebugEnableJitOptimization>
<DebugEnableJitOptimization Condition="'$(Configuration)' == 'Release'">true</DebugEnableJitOptimization>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册