mirror of
https://github.com/golang/go
synced 2024-11-22 19:05:01 -07:00
cmd/ld: document -s flag.
R=golang-dev, iant CC=golang-dev https://golang.org/cl/10159043
This commit is contained in:
parent
5b15b44434
commit
71051953e0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user