summary refs log tree commit diff stats
path: root/compiler/options.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-06-16 20:46:23 +0200
committerAndreas Rumpf <rumpf_a@web.de>2015-06-16 20:46:23 +0200
commitad1ac7656733fb8320fa4b144f40147b291b50f3 (patch)
treeb4811057a49fde7448a8ce516c063055cad2ba6d /compiler/options.nim
parent3772944fdbdbf73b794ddf95a4ff0e110abb00d0 (diff)
parentb487d4e42501fa5d1ef8f589a0cd89c187d09fc3 (diff)
downloadNim-ad1ac7656733fb8320fa4b144f40147b291b50f3.tar.gz
Merge pull request #2851 from stefantalpalaru/gogc
the Go GC (using the gccgo implementation)
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 42a13f8e8..f3277f855 100644
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -82,7 +82,7 @@ type                          # please make sure we have under 32 options
     cmdRun                    # run the project via TCC backend
   TStringSeq* = seq[string]
   TGCMode* = enum             # the selected GC
-    gcNone, gcBoehm, gcMarkAndSweep, gcRefc, gcV2, gcGenerational
+    gcNone, gcBoehm, gcGo, gcMarkAndSweep, gcRefc, gcV2, gcGenerational
 
   IdeCmd* = enum
     ideNone, ideSug, ideCon, ideDef, ideUse