mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 04:27:44 +00:00
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:
@@ -2,6 +2,8 @@
|
||||
|
||||
mainModule:"nimrod.nim"
|
||||
|
||||
gc:markAndSweep
|
||||
|
||||
hint[XDeclaredButNotUsed]:off
|
||||
path:"llvm"
|
||||
path:"$projectPath/.."
|
||||
|
||||
Reference in New Issue
Block a user