summary refs log tree commit diff stats
path: root/tools/nimgrep.nim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/nimgrep.nim.cfg')
-rw-r--r--tools/nimgrep.nim.cfg9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/nimgrep.nim.cfg b/tools/nimgrep.nim.cfg
index 6d0ea5aad..64d3edc7a 100644
--- a/tools/nimgrep.nim.cfg
+++ b/tools/nimgrep.nim.cfg
@@ -1,5 +1,4 @@
-# The GC is stable enough now:
-
-#--gc:none
-
-
+# don't use --gc:refc because of bug
+# https://github.com/nim-lang/Nim/issues/14138 .
+# --gc:orc and --gc:markandsweep work well.
+--threads:on --gc:orc