From 6a04757e6d14b5b59004ef03539dba4453352fe5 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 3 Sep 2013 03:18:09 +0300 Subject: [PATCH] switching the compiler to the markAndSweep collector This produces faster bootstrapping, works properly for the caas mode and fixes the Aporia build on a mac --- compiler/nimrod.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/nimrod.cfg b/compiler/nimrod.cfg index a0e59aa098..fbebe1cecf 100644 --- a/compiler/nimrod.cfg +++ b/compiler/nimrod.cfg @@ -2,6 +2,8 @@ mainModule:"nimrod.nim" +gc:markAndSweep + hint[XDeclaredButNotUsed]:off path:"llvm" path:"$projectPath/.."