diff options
author | Araq <rumpf_a@web.de> | 2013-09-10 00:46:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-10 00:46:02 +0200 |
commit | 138db5a85d1cb613d126241139471e849150ca05 (patch) | |
tree | f019bc9a42409dca6df130a23dd44923589d0800 /compiler | |
parent | f659b6a0d972c5c76cb9bb0898183383bce91663 (diff) | |
download | Nim-138db5a85d1cb613d126241139471e849150ca05.tar.gz |
disabled M&S GC again
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nimrod.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.cfg b/compiler/nimrod.cfg index fbebe1cec..ac8f732f1 100644 --- a/compiler/nimrod.cfg +++ b/compiler/nimrod.cfg @@ -2,7 +2,7 @@ mainModule:"nimrod.nim" -gc:markAndSweep +# gc:markAndSweep hint[XDeclaredButNotUsed]:off path:"llvm" |