diff options
author | Araq <rumpf_a@web.de> | 2014-08-17 21:23:46 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-17 21:23:46 +0200 |
commit | 710cbe3f1f5947ec76e517fa9a4f679ec653eefd (patch) | |
tree | cce041b7cc3ced9c168561bd327382d3518a500a /compiler | |
parent | ae681be62918ea1e766b230e2d098177794469e9 (diff) | |
download | Nim-710cbe3f1f5947ec76e517fa9a4f679ec653eefd.tar.gz |
fixes #1492
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 5eb951e26..dc61d2f89 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -57,7 +57,7 @@ const endb profiler executable guiapp consoleapp library dll staticlib - quick nimbabel + quick release debug useWinAnsi useFork useNimRtl useMalloc useRealtimeGC ssl memProfiler nodejs kwin |