]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: document -l in godoc
authorShenghou Ma <minux@golang.org>
Mon, 9 May 2016 02:31:09 +0000 (22:31 -0400)
committerMinux Ma <minux@golang.org>
Mon, 9 May 2016 19:06:53 +0000 (19:06 +0000)
Fixes #15607.

Change-Id: I3e68ad00ebe72027d064238d4e77f1ad6a52f533
Reviewed-on: https://go-review.googlesource.com/22940
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/doc.go

index 6783c2e846a3d5543b69a827756a0ae1d07951a0..2e77f702e353f51d307034ac2bbf625392d8bc96 100644 (file)
@@ -60,6 +60,8 @@ Flags:
        -installsuffix suffix
                Look for packages in $GOROOT/pkg/$GOOS_$GOARCH_suffix
                instead of $GOROOT/pkg/$GOOS_$GOARCH.
+       -l
+               Disable inlining.
        -largemodel
                Generate code that assumes a large memory model.
        -linkobj file