Skip to content

Commit

Permalink
Remove automatically decided go flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 13, 2023
1 parent 492add3 commit e423602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}' \
Expand Down

0 comments on commit e423602

Please sign in to comment.