Skip to content

Commit 4cd1383

Browse files
authored
Merge pull request #220 from SenseUnit/netcgo_resolver
Allow use of netcgo on Windows, Mac and Plan9
2 parents 851546e + b7c1dc1 commit 4cd1383

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)