mirror of
https://github.com/golang/go
synced 2024-11-14 13:50:23 -07:00
cmd/compile: document -trimpath
Fixes #8999. Change-Id: I1390605bdf908f59b596975ea51eb04bd03bbae0 Reviewed-on: https://go-review.googlesource.com/16918 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
9aed0b7e3d
commit
f2eb3de636
@ -79,6 +79,8 @@ Flags:
|
|||||||
Write a package (archive) file rather than an object file
|
Write a package (archive) file rather than an object file
|
||||||
-race
|
-race
|
||||||
Compile with race detector enabled.
|
Compile with race detector enabled.
|
||||||
|
-trimpath prefix
|
||||||
|
Remove prefix from recorded source file paths.
|
||||||
-u
|
-u
|
||||||
Disallow importing packages not marked as safe; implies -nolocalimports.
|
Disallow importing packages not marked as safe; implies -nolocalimports.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user