packages/lang/golang
Jeffery To 0d3ec704b0 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>
2019-03-21 10:10:21 +08:00
..
golang golang: update to version 1.12.1 2019-03-19 14:53:18 +08:00
golang-github-agl-ed25519 obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-github-dchest-siphash golang-github-dchest-siphash: Switch to versioned releases 2018-12-08 17:51:33 -08:00
golang-golang-x-crypto obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-net obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-sys obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-golang-x-text obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-torproject-pluggable-transports-goptlib obfs4proxy: new packages (including dependencies) 2018-06-25 16:52:59 +08:00
golang-compiler.mk golang: new packages 2018-03-21 09:21:57 +08:00
golang-package.mk golang: Add support for setting gcflags/ldflags from package Makefile 2019-03-21 10:10:21 +08:00
golang-values.mk golang: Add support for setting gcflags/ldflags from package Makefile 2019-03-21 10:10:21 +08:00
golang-version.mk golang: update to version 1.12.1 2019-03-19 14:53:18 +08:00