diff --git a/Makefile b/Makefile index fdfda8ea..e373766e 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file