1
0
mirror of https://github.com/golang/go synced 2024-10-03 11:21:22 -06:00

cmd/gc, cmd/ld: update doc.go for -race

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/7066052
This commit is contained in:
Shenghou Ma 2013-01-11 12:35:58 +08:00
parent bdd9f29780
commit 9ae7f34084
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ Flags:
disallow importing packages not marked as safe disallow importing packages not marked as safe
-V -V
print the compiler version print the compiler version
-b -race
compile with race detection enabled compile with race detection enabled
There are also a number of debugging flags; run the command with no arguments There are also a number of debugging flags; run the command with no arguments

View File

@ -56,7 +56,7 @@ Options new in this version:
Set the value of an otherwise uninitialized string variable. Set the value of an otherwise uninitialized string variable.
The symbol name should be of the form importpath.name, The symbol name should be of the form importpath.name,
as displayed in the symbol table printed by "go tool nm". as displayed in the symbol table printed by "go tool nm".
-b -race
Link with race detection libraries. Link with race detection libraries.
-B value -B value
Add a NT_GNU_BUILD_ID note when using ELF. The value Add a NT_GNU_BUILD_ID note when using ELF. The value