From: qmuntal Date: Wed, 21 Oct 2020 14:04:07 +0000 (+0200) Subject: doc/go1.16: document ASLR support for -buildmode=c-shared on windows X-Git-Tag: go1.16beta1~591 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f1aa0b081e9a75b7757a8e08378aba0326911916;p=gostls13.git 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 Reviewed-by: Alex Brainman Trust: Alex Brainman --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 1e73355b69..9e7ae1da27 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -182,7 +182,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: update with final numbers later in the release.

- +

+ On Windows, go build -buildmode=c-shared now generates Windows + ASLR DLLs by default. ASLR can be disabled with --ldflags=-aslr=false. +

Core library