Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Mar 3, 2020
1 parent a946dfe commit 120963f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DOCKER_NODE?=SKY01
DOCKER_OPTS?=GO111MODULE=on GOOS=linux # go options for compiling for docker container

GO_VERSION=$(shell go version)
# TODO: Remove after https://github.com/etcd-io/bbolt/pull/201 is closed.
DISABLE_CHECKPTR=-gcflags=all=-d=checkptr=0
OPTIONAL_FLAGS=
ifneq (,$(findstring go1.14,$(GO_VERSION)))
Expand Down

0 comments on commit 120963f

Please sign in to comment.