Skip to content

Commit

Permalink
Compile AOT compilers with InvariantGlobalization (#102067)
Browse files Browse the repository at this point in the history
With #102036 this should just work and speed up compilation/make compiler NuGet smaller.
  • Loading branch information
MichalStrehovsky committed May 10, 2024
1 parent 56d7e5d commit 2ecc177
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 @@ -5,6 +5,7 @@
<EventSourceSupport>true</EventSourceSupport>
<OptimizationPreference>Speed</OptimizationPreference>
<ControlFlowGuard>Guard</ControlFlowGuard>
<InvariantGlobalization>true</InvariantGlobalization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2ecc177

Please sign in to comment.