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:
Dmitriy Vyukov 2012-12-21 19:11:10 +04:00
parent ebcaf081a7
commit 74dcfc9576
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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