mirror of
https://github.com/golang/go
synced 2024-11-23 00:40:08 -07:00
doc/go1.16: document ASLR support for -buildmode=c-shared on windows
Change-Id: I89c61e444b3ab36f0081a5252d210cb265344122 Reviewed-on: https://go-review.googlesource.com/c/go/+/264157 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Alex Brainman <alex.brainman@gmail.com> Trust: Alex Brainman <alex.brainman@gmail.com>
This commit is contained in:
parent
6f7b553c82
commit
f1aa0b081e
@ -182,7 +182,10 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
TODO: update with final numbers later in the release.
|
||||
</p>
|
||||
|
||||
<!-- CL 255259: https://golang.org/cl/255259: cmd/link: enable ASLR on windows binaries built with -buildmode=c-shared -->
|
||||
<p> <!-- CL 255259 -->
|
||||
On Windows, <code>go build -buildmode=c-shared</code> now generates Windows
|
||||
ASLR DLLs by default. ASLR can be disabled with <code>--ldflags=-aslr=false</code>.
|
||||
</p>
|
||||
|
||||
<h2 id="library">Core library</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user