Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@

<!-- Opt out of the "easy mode" of the CoreRT compiler (http://aka.ms/OptimizeCoreRT) -->
<TrimMode>link</TrimMode>
<IlcGenerateStackTraceData>false</IlcGenerateStackTraceData>
<IlcOptimizationPreference>Speed</IlcOptimizationPreference>

<!-- This benchmark is marked Stripped, so we might as well do this: -->
<UseSystemResourceKeys>true</UseSystemResourceKeys>
<EventSourceSupport>false</EventSourceSupport>
<DebuggerSupport>false</DebuggerSupport>
<IlcGenerateStackTraceData>false</IlcGenerateStackTraceData>
</PropertyGroup>

<ItemGroup>
<RdXmlFile Include="rd.xml" />
<IlcArg Include="--reflectedonly" />
</ItemGroup>

<ItemGroup>
Expand Down
43 changes: 0 additions & 43 deletions frameworks/CSharp/aspnetcore-corert/PlatformBenchmarks/rd.xml

This file was deleted.