diff --git a/Makefile b/Makefile index 33e506059..0d36c0d64 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build .PHONY: build build: - go build + go build -gcflags='all=-N -l' .PHONY: install install: