> https://nim-lang.org/docs/nimc.html#additional-compilation-switches
> `lto` Enable link-time optimization in the backend compiler and linker.
> `strip` Strip debug symbols added by the backend compiler from the executable.
Are these options `-d:lto` and `-d:strip`?
or `--lto` and `--strip`?