From 8463dcb282429c844a27c3e5e9a60078c92ef4b2 Mon Sep 17 00:00:00 2001 From: Stas Maksimov Date: Tue, 24 Oct 2023 23:49:30 +0100 Subject: [PATCH] remove -buildvcs flag --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 53609db8767..f44ed0ecbfe 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,6 @@ endif # build all the binaries by default with CGO disabled. # Binaries will be placed in ${VTROOTBIN}. CGO_ENABLED=0 go build \ - -buildvcs=false \ -trimpath $(EXTRA_BUILD_FLAGS) $(VT_GO_PARALLEL) \ -ldflags "$(shell tools/build_version_flags.sh)" \ -o ${VTROOTBIN} ./go/...