From: Shenghou Ma Date: Mon, 10 Jun 2013 20:58:02 +0000 (+0800) Subject: cmd/ld: document -s flag. X-Git-Tag: go1.2rc2~1282 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=71051953e008b5e272ea2e83d2b84bdc13924628;p=gostls13.git cmd/ld: document -s flag. R=golang-dev, iant CC=golang-dev https://golang.org/cl/10159043 --- diff --git a/src/cmd/ld/doc.go b/src/cmd/ld/doc.go index 3493f41d8a..5f7c2565ef 100644 --- a/src/cmd/ld/doc.go +++ b/src/cmd/ld/doc.go @@ -52,6 +52,8 @@ Options new in this version: The default is the single location $GOROOT/pkg/$GOOS_$GOARCH. -r dir1:dir2:... Set the dynamic linker search path when using ELF. + -s + Omit the symbol table and debug information. -V Print the linker version. -X symbol value