mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
doc: mention removal of cmd/compile's -importmap and -installsuffix flags
Updates #51225. Change-Id: I820f3f5ba169635fee37c30e41b370c9399a436d Reviewed-on: https://go-review.googlesource.com/c/go/+/417534 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
e95fd4c238
commit
8b13a073a1
1 changed files with 7 additions and 0 deletions
|
@ -252,6 +252,13 @@ as well as support for rendering them to HTML, Markdown, and text.
|
||||||
that invoke the Go compiler directly will need to make sure they
|
that invoke the Go compiler directly will need to make sure they
|
||||||
pass this flag as well.
|
pass this flag as well.
|
||||||
</p>
|
</p>
|
||||||
|
<p><!-- CL 415235 --><!-- CL 415236 -->
|
||||||
|
The Go compiler no longer accepts the <code>-importmap</code>
|
||||||
|
or <code>-installsuffix</code> flags. Build systems that invoke the
|
||||||
|
Go compiler directly must use the <code>-importcfg</code> flag
|
||||||
|
instead. (The <code>go</code> command's <code>-installsuffix</code>
|
||||||
|
build flag is still supported and unaffected by this change.)
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 id="assembler">Assembler</h2>
|
<h2 id="assembler">Assembler</h2>
|
||||||
<p><!-- CL 404298 -->
|
<p><!-- CL 404298 -->
|
||||||
|
|
Loading…
Reference in a new issue