Skip to content

Commit 923dab7

Browse files
Compile AOT compilers with InvariantGlobalization
With #102036 this should just work and speed up compilation/make compiler NuGet smaller.
1 parent eab967b commit 923dab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/tools/aot/AotCompilerCommon.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<EventSourceSupport>true</EventSourceSupport>
66
<OptimizationPreference>Speed</OptimizationPreference>
77
<ControlFlowGuard>Guard</ControlFlowGuard>
8+
<InvariantGlobalization>true</InvariantGlobalization>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)