Commit 74dcfc95 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

cmd/go: improve wording of race detector documentation

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7006043
parent ebcaf081
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment