aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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