mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
reduce binary size
This commit is contained in:
parent
1494221b08
commit
8b2c39f2c0
|
@ -7,7 +7,7 @@ all: install
|
||||||
.PHONY : clean debug_mount
|
.PHONY : clean debug_mount
|
||||||
|
|
||||||
install:
|
install:
|
||||||
go install
|
go install -ldflags="-s -w"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
go clean $(SOURCE_DIR)
|
go clean $(SOURCE_DIR)
|
||||||
|
|
Loading…
Reference in a new issue