Skip to content

Commit

Permalink
Temp change to force enable
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Jan 24, 2025
1 parent c5bb505 commit 5412071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/tools/aot/ILCompiler/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ public int Run()
throw new CommandLineException($"Unexpected feature switch pair '{switchPair}'");
featureSwitches[switchAndValue[0]] = switchValue;
}
featureSwitches["System.Linq.Enumerable.IsSizeOptimized"] = true;

BodyAndFieldSubstitutions substitutions = default;
IReadOnlyDictionary<ModuleDesc, IReadOnlySet<string>> resourceBlocks = default;
Expand Down

0 comments on commit 5412071

Please sign in to comment.