diff --git a/weed/Makefile b/weed/Makefile index c84678f97..9a0553ad2 100644 --- a/weed/Makefile +++ b/weed/Makefile @@ -7,7 +7,7 @@ all: install .PHONY : clean debug_mount install: - go install + go install -ldflags="-s -w" clean: go clean $(SOURCE_DIR)