lens @ ead855b7991b14554eb098616cfac29d91e796eb

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