Skip to content

Commit b7c1dc1

Browse files
committed
allow use of netcgo on Windows, Mac and Plan9
1 parent 851546e commit b7c1dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROGNAME = dumbproxy
22
OUTSUFFIX = bin/$(PROGNAME)
3-
BUILDOPTS = -a -tags netgo -trimpath -asmflags -trimpath
3+
BUILDOPTS = -trimpath -asmflags -trimpath
44
LDFLAGS = -ldflags '-s -w -extldflags "-static"'
55
LDFLAGS_NATIVE = -ldflags '-s -w'
66

0 commit comments

Comments
 (0)