parent
946f623cf8
commit
c08e83bebf
3
Makefile
3
Makefile
|
|
@ -1,7 +1,8 @@
|
||||||
.PHONY: clean local linux macos docker push scm-source.json
|
.PHONY: clean local linux macos docker push scm-source.json
|
||||||
|
|
||||||
BINARY ?= postgres-operator
|
BINARY ?= postgres-operator
|
||||||
BUILD_FLAGS ?= -v -i
|
BUILD_FLAGS ?= -v
|
||||||
|
CGO_ENABLED ?= 0
|
||||||
ifeq ($(RACE),1)
|
ifeq ($(RACE),1)
|
||||||
BUILD_FLAGS += -race -a
|
BUILD_FLAGS += -race -a
|
||||||
CGO_ENABLED=1
|
CGO_ENABLED=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue