We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5af20 commit 5f66281Copy full SHA for 5f66281
src/coreclr/tools/aot/ILCompiler/Program.cs
@@ -373,6 +373,7 @@ public int Run()
373
throw new CommandLineException($"Unexpected feature switch pair '{switchPair}'");
374
featureSwitches[switchAndValue[0]] = switchValue;
375
}
376
+ featureSwitches["System.Linq.Enumerable.IsSizeOptimized"] = true;
377
378
BodyAndFieldSubstitutions substitutions = default;
379
IReadOnlyDictionary<ModuleDesc, IReadOnlySet<string>> resourceBlocks = default;
0 commit comments