From ead855b7991b14554eb098616cfac29d91e796eb Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 25 Jun 2023 17:33:19 +0200 Subject: feat: Remove bin size --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3