Browse Source

reduce binary size

pull/4859/head
chrislu 1 year ago
parent
commit
8b2c39f2c0
  1. 2
      weed/Makefile

2
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)

Loading…
Cancel
Save