summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8156e9..6446110 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all:
.PHONY: build
build:
- goxc -pv="$(VERSION)" -build-ldflags='-X main.version=$(VERSION)' xc
+ go build -ldflags "-s -X main.version=$(VERSION)"
.PHONY: package
package: man