nake icon indicating copy to clipboard operation
nake copied to clipboard

how to customize `nim` binary used by nake? or generated output file (eg to debug) etc

Open timotheecour opened this issue 6 years ago • 0 comments

  • i'd like to use nim_temp (debug binary built by ./koch temp) instead of nim when running nake 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)

timotheecour avatar Nov 07 '18 00:11 timotheecour