We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95fd4c commit 8b13a07Copy full SHA for 8b13a07
doc/go1.19.html
@@ -252,6 +252,13 @@ <h2 id="compiler">Compiler</h2>
252
that invoke the Go compiler directly will need to make sure they
253
pass this flag as well.
254
</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>
262
263
<h2 id="assembler">Assembler</h2>
264
<p><!-- CL 404298 -->
0 commit comments