]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/ld: document -s flag.
authorShenghou Ma <minux.ma@gmail.com>
Mon, 10 Jun 2013 20:58:02 +0000 (04:58 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 10 Jun 2013 20:58:02 +0000 (04:58 +0800)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10159043

src/cmd/ld/doc.go

index 3493f41d8a141aa04b3d297ba3c7a5abb5679315..5f7c2565ef9af709bff76693557fc5a383d9dddb 100644 (file)
@@ -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