Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@timotheecour

Description

@timotheecour
  • 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions