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 c426c87 commit 0b86a04Copy full SHA for 0b86a04
doc/go1.21.html
@@ -52,8 +52,13 @@ <h2 id="tools">Tools</h2>
52
53
<h3 id="go-command">Go command</h3>
54
55
-<p>
56
- TODO: complete this section, or delete if not needed
+<p><-- https://go.dev/issue/58099, CL 474236 -->
+ The <code>-pgo</code> build flag now defaults to <code>-pgo=auto</code>,
57
+ and the restriction of specifying a single main package on the command
58
+ line is now removed. If a file named <code>default.pgo</code> is present
59
+ in the main package's directory, the <code>go</code> command will use
60
+ it to enable profile-guided optimization for building the corresponding
61
+ program.
62
</p>
63
64
<h2 id="runtime">Runtime</h2>
0 commit comments