Commit 71051953 authored by Shenghou Ma's avatar Shenghou Ma

cmd/ld: document -s flag.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10159043
parent 5b15b444
...@@ -52,6 +52,8 @@ Options new in this version: ...@@ -52,6 +52,8 @@ Options new in this version:
The default is the single location $GOROOT/pkg/$GOOS_$GOARCH. The default is the single location $GOROOT/pkg/$GOOS_$GOARCH.
-r dir1:dir2:... -r dir1:dir2:...
Set the dynamic linker search path when using ELF. Set the dynamic linker search path when using ELF.
-s
Omit the symbol table and debug information.
-V -V
Print the linker version. Print the linker version.
-X symbol value -X symbol value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment