Skip to content

Commit

Permalink
ILCompiler: don't strip debug info from 'ilc' during source-build. (#…
Browse files Browse the repository at this point in the history
…103760)

* ILCompiler: don't strip debug info from 'ilc' during source-build.

* PR feedback.

* Remove DotNetBuildSourceOnly condition.
  • Loading branch information
tmds authored Jun 24, 2024
1 parent eb89528 commit c417e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/tools/aot/AotCompilerCommon.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<OptimizationPreference>Speed</OptimizationPreference>
<ControlFlowGuard>Guard</ControlFlowGuard>
<InvariantGlobalization>true</InvariantGlobalization>
<StripSymbols Condition="'$(KeepNativeSymbols)' == 'true'">false</StripSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c417e3b

Please # to comment.