Skip to content

Commit 8b13a07

Browse files
mdempskyrsc
authored andcommitted
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 <[email protected]>
1 parent e95fd4c commit 8b13a07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/go1.19.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ <h2 id="compiler">Compiler</h2>
252252
that invoke the Go compiler directly will need to make sure they
253253
pass this flag as well.
254254
</p>
255+
<p><!-- CL 415235 --><!-- CL 415236 -->
256+
The Go compiler no longer accepts the <code>-importmap</code>
257+
or <code>-installsuffix</code> flags. Build systems that invoke the
258+
Go compiler directly must use the <code>-importcfg</code> flag
259+
instead. (The <code>go</code> command's <code>-installsuffix</code>
260+
build flag is still supported and unaffected by this change.)
261+
</p>
255262

256263
<h2 id="assembler">Assembler</h2>
257264
<p><!-- CL 404298 -->

0 commit comments

Comments
 (0)