mirror of https://github.com/golang/go.git
cmd/ld: document the -w flag, which disables DWARF generation
R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/52360044
This commit is contained in:
parent
227fe5f64e
commit
71377d3cd3
|
|
@ -58,6 +58,8 @@ Options new in this version:
|
|||
Omit the symbol table and debug information.
|
||||
-V
|
||||
Print the linker version.
|
||||
-w
|
||||
Omit the DWARF symbol table.
|
||||
-X symbol value
|
||||
Set the value of an otherwise uninitialized string variable.
|
||||
The symbol name should be of the form importpath.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue