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
This commit is contained in:
Zahary Karadjov
2013-09-03 03:18:09 +03:00
parent 6082595e96
commit 6a04757e6d

View File

@@ -2,6 +2,8 @@
mainModule:"nimrod.nim"
gc:markAndSweep
hint[XDeclaredButNotUsed]:off
path:"llvm"
path:"$projectPath/.."