mirror of
https://github.com/golang/go
synced 2024-11-20 06:44:40 -07: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:
parent
bdd9f29780
commit
9ae7f34084
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user