diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-31 16:40:21 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-31 16:40:21 +0200 |
commit | 529609f7ed31fd0df25ad3e6ce89948430167d86 (patch) | |
tree | d7bb65b46aaaccdf80f524dfb4ea801f929ef1db /compiler/commands.nim | |
parent | 82bf1e6697e3864058e94773c88a422f0686df02 (diff) | |
parent | c11d7c35dd0dbe54cef108988955c48f4e1fab48 (diff) | |
download | Nim-529609f7ed31fd0df25ad3e6ce89948430167d86.tar.gz |
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r-- | compiler/commands.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim index 1b42a191e..22e4b5a2c 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -478,8 +478,6 @@ proc processSwitch(switch, arg: string, pass: TCmdLinePass, info: TLineInfo; of "linedir": processOnOffSwitch({optLineDir}, arg, pass, info) of "assertions", "a": processOnOffSwitch({optAssert}, arg, pass, info) of "deadcodeelim": processOnOffSwitchG({optDeadCodeElim}, arg, pass, info) - of "reportconceptfailures": - processOnOffSwitchG({optReportConceptFailures}, arg, pass, info) of "threads": processOnOffSwitchG({optThreads}, arg, pass, info) #if optThreads in gGlobalOptions: incl(gNotes, warnGcUnsafe) |