diff options
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r-- | compiler/commands.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim index 386b29f8f..aaa5f6623 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -792,6 +792,8 @@ proc processSwitch*(switch, arg: string, pass: TCmdLinePass, info: TLineInfo; discard "the default" else: localError(conf, info, "unknown Nim version; currently supported values are: {1.0}") + of "benchmarkvm": + processOnOffSwitchG(conf, {optBenchmarkVM}, arg, pass, info) of "": conf.projectName = "-" else: |