aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-25 17:33:19 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-25 17:33:19 +0200
commitead855b7991b14554eb098616cfac29d91e796eb (patch)
treee7228d9937e7b53aff018d88a989e0cce7b02714
parent687b327cf8fd2b7122eb9b5ba6c8a24996b60966 (diff)
downloadlens-ead855b7991b14554eb098616cfac29d91e796eb.tar.gz
lens-ead855b7991b14554eb098616cfac29d91e796eb.tar.bz2
lens-ead855b7991b14554eb098616cfac29d91e796eb.zip
feat: Remove bin size
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85f22dd..6987ced 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