From 0ade885617ab3676cd4cf987a57a45e514dd8605 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 5 Sep 2013 12:35:42 +0300 Subject: [PATCH] reverting the GC change --- compiler/nimrod.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nimrod.cfg b/compiler/nimrod.cfg index fbebe1cecf..ac8f732f1f 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"