Skip to content

Commit

Permalink
Reorder statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 4, 2020
1 parent cea0150 commit d3c11d0
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 @@ -30,8 +30,8 @@ ifneq (,$(findstring 64,$(GOARCH)))
endif

# TODO: Remove after https://github.com/etcd-io/bbolt/pull/201 is closed.
GO_VERSION:=$(shell go version)
DISABLE_CHECKPTR_FLAG:=-gcflags=all=-d=checkptr=0
GO_VERSION:=$(shell go version)

ifneq (,$(findstring go1.14,$(GO_VERSION)))
TEST_OPTS_BASE:=$(TEST_OPTS_BASE) $(DISABLE_CHECKPTR_FLAG)
Expand Down

0 comments on commit d3c11d0

Please sign in to comment.