mantielero Tue, 04 Jul 2023 14:00:18 -0700
>From what I see, first the ".o" files are created for each example under >`~/.cache/nim`. Probably in my case would be better to compile all those into >the same folder and then to use `{.link: "".}` instead of `compile`.
Does this makes sense?