From d3c11d08526f52fa49e2f8e085a2fff3f9044904 Mon Sep 17 00:00:00 2001 From: Nikita Kryuchkov Date: Wed, 4 Mar 2020 19:45:27 +0100 Subject: [PATCH] Reorder statements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daa38044fb..04a0633c6b 100644 --- a/Makefile +++ b/Makefile @@ -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)