C#: Use the extractor option to decide, whether CIL should be enabled.

This commit is contained in:
Michael Nebel
2022-08-17 16:01:40 +02:00
parent cc898e9b82
commit ea40e7b29d
4 changed files with 13 additions and 15 deletions

View File

@@ -56,7 +56,6 @@ namespace Semmle.Extraction.CSharp.Standalone
CSharp.Extractor.SetInvariantCulture();
var options = Options.Create(args);
// options.CIL = true; // To do: Enable this
if (options.Help)
{