mirror of https://github.com/golang/go.git
cmd/go: improve wording of race detector documentation
R=golang-dev, iant CC=golang-dev https://golang.org/cl/7006043
This commit is contained in:
parent
ebcaf081a7
commit
74dcfc9576
|
|
@ -62,8 +62,7 @@ The build flags are shared by the build, install, run, and test commands:
|
|||
print the commands.
|
||||
-race
|
||||
enable data race detection.
|
||||
Currently supported only on linux/amd64,
|
||||
darwin/amd64 and windows/amd64.
|
||||
Supported only on linux/amd64, darwin/amd64 and windows/amd64.
|
||||
|
||||
-ccflags 'arg list'
|
||||
arguments to pass on each 5c, 6c, or 8c compiler invocation
|
||||
|
|
|
|||
|
|
@ -78,8 +78,7 @@ The build flags are shared by the build, install, run, and test commands:
|
|||
print the commands.
|
||||
-race
|
||||
enable data race detection.
|
||||
Currently supported only on linux/amd64,
|
||||
darwin/amd64 and windows/amd64.
|
||||
Supported only on linux/amd64, darwin/amd64 and windows/amd64.
|
||||
|
||||
-ccflags 'arg list'
|
||||
arguments to pass on each 5c, 6c, or 8c compiler invocation
|
||||
|
|
|
|||
Loading…
Reference in New Issue