Skip to content

Commit

Permalink
Merge pull request #1454 from fox0430/add-nimble-debug
Browse files Browse the repository at this point in the history
Add `nimble debug`
  • Loading branch information
fox0430 authored Nov 11, 2021
2 parents 91148b6 + 32930ce commit ba75741
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 ba75741

Please # to comment.