summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-01-11 17:58:26 +0100
committerAraq <rumpf_a@web.de>2018-01-11 17:58:26 +0100
commitdf73d412ba219bc02d76aff89e95f85b33411ffa (patch)
tree43beab77b3f0f7ac0b11fcc64be6457ada833c36 /compiler/options.nim
parent50fb98d2607f5473ab83f5d8293c9a243eb4d7c8 (diff)
downloadNim-df73d412ba219bc02d76aff89e95f85b33411ffa.tar.gz
introduce --symbolFiles:v2 as the next attempt to bring symbol files to Nim
Diffstat (limited to 'compiler/options.nim')
-rw-r--r--compiler/options.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim
index 0732e4989..8112f26b1 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -148,7 +148,7 @@ var
 
 type
   SymbolFilesOption* = enum
-    disabledSf, enabledSf, writeOnlySf, readOnlySf
+    disabledSf, enabledSf, writeOnlySf, readOnlySf, v2Sf
 
 var gSymbolFiles*: SymbolFilesOption