Skip to content

Commit c56b33b

Browse files
committed
Remove buildmode
1 parent d6d8257 commit c56b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ QEMU ?= qemu-system-arm -machine mcimx6ul-evk -cpu cortex-a7 -m 512M \
5252

5353
ARCH = "arm"
5454

55-
GOFLAGS = -tags ${BUILD_TAGS} -trimpath -buildvcs=false -buildmode=exe \
55+
GOFLAGS = -tags ${BUILD_TAGS} -trimpath -buildvcs=false \
5656
-ldflags "-T ${TEXT_START} -E ${ENTRY_POINT} -R 0x1000 \
5757
-X 'main.Revision=${REV}' \
5858
-X 'main.Version=${GIT_SEMVER_TAG}' \

0 commit comments

Comments
 (0)