aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2012-11-08 13:00:54 +1100
committerAlex Brainman <alex.brainman@gmail.com>2012-11-08 13:00:54 +1100
commit122c154c605b83b3edd0324c1b038457bbc70784 (patch)
tree2b5d60398b4e564825f416acf10e0404a8527747 /src
parente3977f0d3a20ec7311b939fd2e60d78f4c6031ef (diff)
downloadgo-122c154c605b83b3edd0324c1b038457bbc70784.tar.xz
cmd/go: say that -race flag can be used on windows/amd64
R=golang-dev, r CC=dvyukov, golang-dev https://golang.org/cl/6810099
Diffstat (limited to 'src')
-rw-r--r--src/cmd/go/build.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/go/build.go b/src/cmd/go/build.go
index 1b5b7f4498..5c1c783ab4 100644
--- a/src/cmd/go/build.go
+++ b/src/cmd/go/build.go
@@ -62,7 +62,8 @@ 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 and darwin/amd64.
+ Currently supported only on linux/amd64,
+ darwin/amd64 and windows/amd64.
-ccflags 'arg list'
arguments to pass on each 5c, 6c, or 8c compiler invocation