From e423602a28931e7898592064de1247004899c83e Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Wed, 13 Dec 2023 19:11:30 +0000 Subject: [PATCH] Remove automatically decided go flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aff032c..7a6418f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ QEMU ?= qemu-system-arm -machine mcimx6ul-evk -cpu cortex-a7 -m 512M \ ARCH = "arm" -GOFLAGS = -tags ${BUILD_TAGS} -trimpath \ +GOFLAGS = -tags ${BUILD_TAGS} -trimpath -buildvcs=false -buildmode=exe \ -ldflags "-T ${TEXT_START} -E ${ENTRY_POINT} -R 0x1000 \ -X 'main.Revision=${REV}' \ -X 'main.Version=${GIT_SEMVER_TAG}' \