Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timotheecour opened this issue Nov 7, 2018 · 0 comments

Comments

@timotheecour
Copy link

timotheecour commented Nov 7, 2018

  • 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant