Removed duplicate build flags. (#70653)

This commit is contained in:
OdysseyGuy
2023-06-27 10:09:44 +03:00
committed by GitHub
parent 025465e611
commit da54fe8ae8
-1
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 "," " ")