Hi,
I would like to have more info about performing the compiling process step from C to binary manually.
Starting from the ~/nimcache/ folders where I have the source C files created by nim, what options are given to C compiler? What folders should be included that contain other C sources?
My goal is simply to manually reproduce the second compile step, so would be fine any hint or link to documentation or source code. Thanks!
From https://nim-lang.org/docs/nimc.html
You can pass --genScript:on and it will > generate a compile script (in the 'nimcache' subdirectory named 'compile_$$project$$scriptext'), and a '.deps' file containing the dependencies; implies --compileOnly it will create a shell script in the nimcache directory that contains all the