Skip to content

Commit

Permalink
add local-debug-build to make
Browse files Browse the repository at this point in the history
  • Loading branch information
EriksonBahr committed Feb 1, 2024
1 parent 7ca98f2 commit e18e301
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ validate-go-version:
.PHONY: local-env-%
local-env-%:
make -C contrib/local-environment $*

.PHONY: local-debug-build
local-debug-build:
go build -gcflags="all=-N -l" -o app.exe

0 comments on commit e18e301

Please sign in to comment.