summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a0e4c0..cb5b167 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ MANPREFIX=$(PREFIX)/share/man
sixkcd: $(SRC)
go mod download
go mod verify
- go build -ldflags "-X main.version=$(VERSION)" -o $(CMD) ./$(CMD).go
+ go build -ldflags "-s -w -X main.version=$(VERSION)" -o $(CMD) ./$(CMD).go
install: sixkcd
sudo mkdir -p $(PREFIX)/bin