nake
nake copied to clipboard
how to customize `nim` binary used by nake? or generated output file (eg to debug) etc
-
i'd like to use
nim_temp
(debug binary built by ./koch temp) instead ofnim
when runningnake
I'm trying to debug an issue with nimx actually -
nake generates ./.nakefile ; when running ./nakefile there are no options given; how can i customize? eg, i'd like something like:
./nakefile -o:/tmp/foo
lldb /tmp/foo
however ./nakefile
ignores (silently!) provided arguments it seems (eg ./nakefile --help doesn't give help etc)