nimgrep.nim.cfg 152 B

12345
  1. # don't use --gc:refc because of bug
  2. # https://github.com/nim-lang/Nim/issues/14138 .
  3. # --gc:orc and --gc:markandsweep work well.
  4. --threads:on --gc:orc