We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d8257 commit c56b33bCopy full SHA for c56b33b
Makefile
@@ -52,7 +52,7 @@ QEMU ?= qemu-system-arm -machine mcimx6ul-evk -cpu cortex-a7 -m 512M \
52
53
ARCH = "arm"
54
55
-GOFLAGS = -tags ${BUILD_TAGS} -trimpath -buildvcs=false -buildmode=exe \
+GOFLAGS = -tags ${BUILD_TAGS} -trimpath -buildvcs=false \
56
-ldflags "-T ${TEXT_START} -E ${ENTRY_POINT} -R 0x1000 \
57
-X 'main.Revision=${REV}' \
58
-X 'main.Version=${GIT_SEMVER_TAG}' \
0 commit comments