We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851546e commit b7c1dc1Copy full SHA for b7c1dc1
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