From: Than McIntosh Date: Tue, 2 Jun 2020 21:15:35 +0000 (-0400) Subject: doc/go1.15: add release notes for plugin X-Git-Tag: go1.15beta1~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7a2632e11d0214579a0c8041796687709f70e556;p=gostls13.git doc/go1.15: add release notes for plugin Add a blurb to the release notes mentioning that the linker now supports DWARF generation for -buildmode=plugin, and that plugin builds work now for freebsd/amd64. Updates #37419. Change-Id: I84da7a52af84a9d765f73ca7ea525e7af8d64f05 Reviewed-on: https://go-review.googlesource.com/c/go/+/236162 Reviewed-by: Austin Clements Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.15.html b/doc/go1.15.html index 24a1c0d0cf..ee00aa003c 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -486,6 +486,19 @@ TODO +
plugin
+
+

+ DWARF generation is now supported (and enabled by default) for -buildmode=plugin on macOS. +

+
+
+

+ Building with -buildmode=plugin is now supported on freebsd/amd64. +

+
+
+
reflect