diff --git a/Makefile b/Makefile index e65c210..eb70f64 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ PREFIX = /usr/local ifeq ($(GOROOT),) -GOBUILD = go build +GOBUILD = go build -ldflags "-s -w" else -GOBUILD = $(GOROOT)/bin/go build +GOBUILD = $(GOROOT)/bin/go build -ldflags "-s -w" endif ifeq ($(shell uname),Darwin)