Skip to content

Commit

Permalink
Enable EventSource support in crossgen2
Browse files Browse the repository at this point in the history
This was disabled by default in #76000. I started filling out the backport template when it hit me that we want to keep it here.

We'll want to backport these in tandem.
  • Loading branch information
MichalStrehovsky authored and github-actions committed Sep 23, 2022
1 parent a5e1fd5 commit 1c3be65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/tools/aot/crossgen2/crossgen2.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<Configurations>Debug;Release;Checked</Configurations>
<ServerGarbageCollection>true</ServerGarbageCollection>
<EventSourceSupport>true</EventSourceSupport>
</PropertyGroup>

<ItemGroup Label="Embedded Resources">
Expand Down

0 comments on commit 1c3be65

Please sign in to comment.