1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00

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:
Rob Pike 2014-01-14 15:34:27 -08:00
parent 227fe5f64e
commit 71377d3cd3

View File

@ -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,