mirror of
https://github.com/golang/go
synced 2024-11-11 19:51:37 -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
|
||||
-race
|
||||
Compile with race detector enabled.
|
||||
-trimpath prefix
|
||||
Remove prefix from recorded source file paths.
|
||||
-u
|
||||
Disallow importing packages not marked as safe; implies -nolocalimports.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user