-
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)