Removed duplicate build flags. (#70653)

This commit is contained in:
OdysseyGuy
2023-06-27 12:39:44 +05:30
committed by GitHub
parent 025465e611
commit da54fe8ae8

View File

@@ -13,7 +13,6 @@ GO = go
GO_FILES ?= ./pkg/...
SH_FILES ?= $(shell find ./scripts -name *.sh)
GO_BUILD_FLAGS += $(if $(GO_BUILD_DEV),-dev)
GO_BUILD_FLAGS += $(if $(GO_BUILD_DEV),-dev)
GO_BUILD_FLAGS += $(if $(GO_BUILD_TAGS),-build-tags=$(GO_BUILD_TAGS))
targets := $(shell echo '$(sources)' | tr "," " ")