Skip to content

Commit 5f66281

Browse files
Temp change to force enable
1 parent ce5af20 commit 5f66281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/tools/aot/ILCompiler/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ public int Run()
373373
throw new CommandLineException($"Unexpected feature switch pair '{switchPair}'");
374374
featureSwitches[switchAndValue[0]] = switchValue;
375375
}
376+
featureSwitches["System.Linq.Enumerable.IsSizeOptimized"] = true;
376377

377378
BodyAndFieldSubstitutions substitutions = default;
378379
IReadOnlyDictionary<ModuleDesc, IReadOnlySet<string>> resourceBlocks = default;

0 commit comments

Comments
 (0)