feat: Remove bin size
1diff --git a/Makefile b/Makefile 2index 85f22dddfe0ecd5ab13f28f73809d211ea651757..6987ced4c27219ed7fb0b4e45a4eefb88894765c 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -3,7 +3,7 @@ OUT=./bin/$(BIN) 6 SERVER=./cmd/server/main.go 7 8 GO_TEST=go test -v -timeout 100ms -shuffle on -parallel `nproc` 9-GO_BUILD=go build -v 10+GO_BUILD=go build -v -ldflags '-w -s' 11 GO_RUN=go run -v 12 13 all: build sass