Skip to content

Commit

Permalink
remove -buildvcs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimov committed Oct 24, 2023
1 parent 1416e89 commit 8463dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
Expand Down

0 comments on commit 8463dcb

Please sign in to comment.