diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-09-03 03:18:09 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-09-03 03:18:09 +0300 |
commit | 6a04757e6d14b5b59004ef03539dba4453352fe5 (patch) | |
tree | 1d9e27ab76ec8a7c071222df955bfd1e3802e115 /compiler/nimrod.cfg | |
parent | 6082595e968f000b5089b1db7e72ad55bbf3fac3 (diff) | |
download | Nim-6a04757e6d14b5b59004ef03539dba4453352fe5.tar.gz |
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
Diffstat (limited to 'compiler/nimrod.cfg')
-rw-r--r-- | compiler/nimrod.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nimrod.cfg b/compiler/nimrod.cfg index a0e59aa09..fbebe1cec 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/.." |