Skip to content

Commit

Permalink
Build github.com/ugorji/go/codec with -tags unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Acosta committed Feb 22, 2016
1 parent efeab52 commit 996062d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN_FLAGS=-ti
BUILD_IN_CONTAINER=true
GO ?= env GO15VENDOREXPERIMENT=1 go
GO_BUILD_INSTALL_DEPS=-i
GO_BUILD_TAGS=-tags netgo
GO_BUILD_TAGS=-tags 'netgo unsafe'
GO_BUILD_FLAGS=$(GO_BUILD_INSTALL_DEPS) -ldflags "-extldflags \"-static\" -X main.version=$(SCOPE_VERSION)" $(GO_BUILD_TAGS)

all: $(SCOPE_EXPORT)
Expand Down

0 comments on commit 996062d

Please sign in to comment.