From: Rob Pike Date: Tue, 14 Jan 2014 23:34:27 +0000 (-0800) Subject: cmd/ld: document the -w flag, which disables DWARF generation X-Git-Tag: go1.3beta1~968 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=71377d3cd3a8e9cc97258c3252717e8f0165e7fa;p=gostls13.git cmd/ld: document the -w flag, which disables DWARF generation R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/52360044 --- diff --git a/src/cmd/ld/doc.go b/src/cmd/ld/doc.go index 2adda25f22..064a7dfb5f 100644 --- a/src/cmd/ld/doc.go +++ b/src/cmd/ld/doc.go @@ -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,