Commit 71377d3c authored by Rob Pike's avatar Rob Pike

cmd/ld: document the -w flag, which disables DWARF generation

R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/52360044
parent 227fe5f6
...@@ -58,6 +58,8 @@ Options new in this version: ...@@ -58,6 +58,8 @@ Options new in this version:
Omit the symbol table and debug information. Omit the symbol table and debug information.
-V -V
Print the linker version. Print the linker version.
-w
Omit the DWARF symbol table.
-X symbol value -X symbol value
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment