1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:44:50 -07:00

cmd/ld: document -s flag.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10159043
This commit is contained in:
Shenghou Ma 2013-06-11 04:58:02 +08:00
parent 5b15b44434
commit 71051953e0

View 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