You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
how to customize nim binary used by nake?
how to customize nim binary used by nake? or generated output file (eg to debug) etc
Nov 7, 2018
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:
however
./nakefile
ignores (silently!) provided arguments it seems (eg ./nakefile --help doesn't give help etc)The text was updated successfully, but these errors were encountered: