configlet icon indicating copy to clipboard operation
configlet copied to clipboard

build: consider using `--mm:orc`

Open ee7 opened this issue 4 years ago • 2 comments

This also sets --exceptions:goto.

ee7 avatar Feb 21 '21 12:02 ee7

Looks like --gc:orc won't yet be the default in 1.6.

However, Araq says:

Here is my official nim.cfg recommendation:

...

--gc:orc # The one and only way to do memory management in modern Nim.

ee7 avatar Sep 09 '21 07:09 ee7

Configlet uses Nim 2.0 since https://github.com/exercism/configlet/commit/fa7d0bba04aa36a8b721a0e0b71d728bf3533d06, and --mm:orc is the default in Nim 2.0.

However, configlet explicitly uses --mm:refc for now: https://github.com/exercism/configlet/commit/d4e85bac4186518dd29d247df2e46fb2eb3d0ae3

ee7 avatar Aug 16 '23 09:08 ee7