about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 03:10:14 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 03:10:14 -0400
commitfff90c740578399893711be7b1e73c79bb494d97 (patch)
tree13c83dfa0afaf87dd188d653946d715235e1568a /Makefile
parentc2af13309490228b2e821b8f390afdd57018b3ab (diff)
downloadgetwtxt-fff90c740578399893711be7b1e73c79bb494d97.tar.gz
build flags and travis script changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2151717..b27b392 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,7 @@ _INSTDIR=$(PREFIX)
 BINDIR?=$(_INSTDIR)/getwtxt
 VERSION?=$(shell git tag | grep ^v | sort -V | tail -n 1)
 GOFLAGS?=-tags netgo \
-				 -ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION} -extldflags "-static"' \
-				 -buildmode pie
+				 -ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION} -extldflags "-static"'
 
 getwtxt: getwtxt.go go.mod go.sum
 	go build $(GOFLAGS) \