diff options
Diffstat (limited to 'compiler')
-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/.." |