Files
packages/lang
Jeffery To 22ee6e86a0 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>
2019-09-13 17:48:40 +08:00
..
2019-08-30 10:32:19 -07:00
2019-08-19 12:16:37 -07:00
2019-08-15 13:23:41 +02:00
2019-08-15 13:25:47 +02:00
2019-08-16 11:23:47 +09:00
2019-06-04 14:52:05 +09:00
2019-07-20 19:15:26 -07:00
2019-09-08 21:27:18 +02:00
2019-09-05 22:12:55 -07:00