Skip to content

Commit

Permalink
(Testing) Disable ILLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed Nov 5, 2024
1 parent a6f6ccd commit 2554159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MTGOSDK/lib/ScubaDiver/ScubaDiver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</PropertyGroup>

<!-- ILLink trimmer -->
<PropertyGroup>
<!-- <PropertyGroup>
<UseILLinkTrim>true</UseILLinkTrim>
</PropertyGroup>
<Import Project="..\ILLink\ILLink.targets"
Condition="'$(UseILLinkTrim)' == 'true'" />
Condition="'$(UseILLinkTrim)' == 'true'" /> -->

<!-- Merge the ScubaDiver assembly with ClrMD and other dependencies -->
<PropertyGroup>
Expand Down

0 comments on commit 2554159

Please sign in to comment.