Skip to content

Commit

Permalink
Enable control flow guard for AOT compilers (#101269)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Apr 19, 2024
1 parent 3cea1ee commit e2572ba
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 @@ -4,6 +4,7 @@
<TieredCompilation>false</TieredCompilation>
<EventSourceSupport>true</EventSourceSupport>
<OptimizationPreference>Speed</OptimizationPreference>
<ControlFlowGuard>Guard</ControlFlowGuard>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e2572ba

Please sign in to comment.