summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-10 00:46:02 +0200
committerAraq <rumpf_a@web.de>2013-09-10 00:46:02 +0200
commit138db5a85d1cb613d126241139471e849150ca05 (patch)
treef019bc9a42409dca6df130a23dd44923589d0800 /compiler
parentf659b6a0d972c5c76cb9bb0898183383bce91663 (diff)
downloadNim-138db5a85d1cb613d126241139471e849150ca05.tar.gz
disabled M&S GC again
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nimrod.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.cfg b/compiler/nimrod.cfg
index fbebe1cec..ac8f732f1 100644
--- a/compiler/nimrod.cfg
+++ b/compiler/nimrod.cfg
@@ -2,7 +2,7 @@
 
 mainModule:"nimrod.nim"
 
-gc:markAndSweep
+# gc:markAndSweep
 
 hint[XDeclaredButNotUsed]:off
 path:"llvm"