When compiling is there a way to specify an output directory for the binary
that is produced? for example I am trying to do something like this:
nim c -d:release source.nim some_directory_here
I bet there is a way I just can't find the command/options in the manual: [https://nim-lang.org/docs/nimc.html](https://nim-lang.org/docs/nimc.html) thanks!
