Skip to content

Commit

Permalink
Remove automatically decided go flags (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter authored Dec 13, 2023
1 parent ccd6ea5 commit 7b4a0d2
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 @@ -38,7 +38,7 @@ ENTRY_POINT := _rt0_arm_tamago

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}' \
-X 'main.RestDistributorBaseURL=${REST_DISTRIBUTOR_BASE_URL}' \
Expand Down

0 comments on commit 7b4a0d2

Please sign in to comment.