We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 851546e + b7c1dc1 commit 4cd1383Copy full SHA for 4cd1383
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
PROGNAME = dumbproxy
2
OUTSUFFIX = bin/$(PROGNAME)
3
-BUILDOPTS = -a -tags netgo -trimpath -asmflags -trimpath
+BUILDOPTS = -trimpath -asmflags -trimpath
4
LDFLAGS = -ldflags '-s -w -extldflags "-static"'
5
LDFLAGS_NATIVE = -ldflags '-s -w'
6
0 commit comments