From da54fe8ae8e07cbfa657f48e9f6c6f9ae1fe9567 Mon Sep 17 00:00:00 2001 From: OdysseyGuy Date: Tue, 27 Jun 2023 12:39:44 +0530 Subject: [PATCH] Removed duplicate build flags. (#70653) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index da3b9059179..0beeed66b1f 100644 --- a/Makefile +++ b/Makefile @@ -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 "," " ")