diff options
author | Araq <rumpf_a@web.de> | 2018-12-16 20:11:04 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-16 20:11:04 +0100 |
commit | d91d1865b88409ba7fc307505eff69c156d74d52 (patch) | |
tree | 2bb044c29d6bf037f934a7e6766a3c19f03da359 /compiler | |
parent | d66eb04ce9f5da6149744a07ca3b9adbfe9705a6 (diff) | |
download | Nim-d91d1865b88409ba7fc307505eff69c156d74d52.tar.gz |
fixes #9420
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/cmdlinehelper.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmdlinehelper.nim b/compiler/cmdlinehelper.nim index bf7100e34..a15d622a0 100644 --- a/compiler/cmdlinehelper.nim +++ b/compiler/cmdlinehelper.nim @@ -50,7 +50,7 @@ proc loadConfigsAndRunMainCommand*(self: NimProg, cache: IdentCache; conf: Confi when false: # These defines/options should not be enabled while processing nimscript - # bug #4446, #9420, #8991 + # bug #9420 undefSymbol(conf.symbols, "profiler") undefSymbol(conf.symbols, "memProfiler") undefSymbol(conf.symbols, "nodejs") |