aboutsummaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2019-03-21 04:26:10 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2019-03-21 10:10:21 +0800
commit0d3ec704b056bb75233bcccf1ab6bac7b63d720d (patch)
treee6f4fd5ed4eade693a7d81a125f3a13ba9d7a937 /fonts
parentd19533318ec66362dfb3414ccf1322f4c16d1cad (diff)
golang: Add support for setting gcflags/ldflags from package Makefile
This adds several variables for Go package Makefiles: * GO_PKG_GCFLAGS - go tool compile arguments * GO_PKG_LDFLAGS - go tool link arguments * GO_PKG_LDFLAGS_X - go tool link -X definitions Settings these will add the corresponding flags to the go install command line. (Other command line arguments can still be added by passing them as the first argument to GoPackage/Build/Compile.) This also adds Go's runtime environment variables (GOGC, GOMAXPROCS, GOTRACEBACK) to the unexport list. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'fonts')
0 files changed, 0 insertions, 0 deletions