summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-11-21 12:07:17 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-11-21 12:10:44 +0100
commit02a2180a6a7f819add2e53053ccabfd80a59718d (patch)
tree135fcae1b038bd17e07ccb2a752ebda8598e999a /compiler/options.nim
parentfa101a722f80646bcbf86b94b4c2ce2a4dce93a8 (diff)
downloadNim-02a2180a6a7f819add2e53053ccabfd80a59718d.tar.gz
first version of the new memory tracking feature
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 7cf707945..f8db3927a 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -34,7 +34,8 @@ type                          # please make sure we have under 32 options
     optProfiler,              # profiler turned on
     optImplicitStatic,        # optimization: implicit at compile time
                               # evaluation
-    optPatterns               # en/disable pattern matching
+    optPatterns,              # en/disable pattern matching
+    optMemTracker
 
   TOptions* = set[TOption]
   TGlobalOption* = enum       # **keep binary compatible**