Skip to content

Commit

Permalink
Add nimble debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Nov 11, 2021
1 parent 91148b6 commit 32930ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moe.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ requires "parsetoml >= 0.6.0"

task release, "Build for release":
exec "nimble build -d:release"

task debug, "Build for debug":
exec "nimble build -d:debug --debugger:native --verbose -y"

0 comments on commit 32930ce

Please sign in to comment.