]> Cypherpunks repositories - gostls13.git/commit
doc/go1.15: clarify external linking can still be used for building PIE
authorCherry Zhang <cherryyz@google.com>
Wed, 12 Aug 2020 17:30:43 +0000 (13:30 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 12 Aug 2020 23:16:53 +0000 (23:16 +0000)
commit50f63a7ae4b7f951fa894b96633b1716adca55fa
tree50e56464d72f18b247419f4b9569d667ba07c918
parent52fe92fbaa41a6441144029760ada24b5be1d398
doc/go1.15: clarify external linking can still be used for building PIE

In Go 1.15 we switched the default linking mode for PIE on
Linux/AMD64 and Linux/ARM64 to internal linking. Clarify that
the previous behavior (external linking) can still be used with
a flag.

Fixes #40719.

Change-Id: Ib7042622bc91e1b1aa31f520990d03b5eb6c56bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/248199
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.15.html