about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-03-16 03:04:47 -0400
committerBen Morrison <ben@gbmor.dev>2020-03-16 03:04:47 -0400
commitd1ec21ea5b816b096cdd9e8636536592a9a7cdce (patch)
tree3c0e32bfaf436c051256a1ca462d420fa172ec63
parent31c992e6eaa8f4afe90ec95c5c778412fb887146 (diff)
downloadgetwtxt-d1ec21ea5b816b096cdd9e8636536592a9a7cdce.tar.gz
no need for static builds right now
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f852ef1..86e1120 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ PREFIX?=/usr/local
 _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"'
+GOFLAGS?=-ldflags '-X github.com/getwtxt/getwtxt/svc.Vers=${VERSION}'
 
 getwtxt: getwtxt.go go.mod go.sum
 	@echo