add local-debug-build to make

This commit is contained in:
Erikson Bahr 2024-02-01 11:19:47 -03:00
parent 7ca98f24c8
commit e18e301a86
No known key found for this signature in database
GPG Key ID: 18A31B1438D87934
1 changed files with 4 additions and 0 deletions

View File

@ -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