summary refs log tree commit diff stats
path: root/tools/nimgrep.nim.cfg
blob: 64d3edc7ae791b842a9c395bfb7ce27132ac4d4f (plain) (blame)
1
2
3
4
# 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