packages/lang/golang
Jeffery To 2c829c973b
golang: Use new -trimpath option when compiling Go packages
Go 1.13 added a new -trimpath option to the "go build" command[1] that
removes system paths from compiled executables. This replaces the
previous -trimpath flags.

There are still system paths in the compiled executable (for crti.o and
crtn.o, when cross-compiling); these appear to be stripped during the
packaging process.

[1]: https://golang.org/doc/go1.13#trimpath

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry-picked from commit 22ee6e86a0)
2019-09-29 00:42:22 +02:00
..
golang golang: Update to 1.13 2019-09-29 00:42:09 +02:00
golang-compiler.mk golang: new packages 2018-03-21 09:21:57 +08:00
golang-package.mk golang: Use new -trimpath option when compiling Go packages 2019-09-29 00:42:22 +02:00
golang-values.mk golang: Use new -trimpath option when compiling Go packages 2019-09-29 00:42:22 +02:00
golang-version.mk golang: Update to 1.13 2019-09-29 00:42:09 +02:00