Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
74dcfc95
Commit
74dcfc95
authored
Dec 21, 2012
by
Dmitriy Vyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/go: improve wording of race detector documentation
R=golang-dev, iant CC=golang-dev
https://golang.org/cl/7006043
parent
ebcaf081
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/cmd/go/build.go
src/cmd/go/build.go
+1
-2
src/cmd/go/doc.go
src/cmd/go/doc.go
+1
-2
No files found.
src/cmd/go/build.go
View file @
74dcfc95
...
...
@@ -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
...
...
src/cmd/go/doc.go
View file @
74dcfc95
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment