1
0
mirror of https://github.com/golang/go synced 2024-11-23 19:30:05 -07:00

cmd/gc: document -pack flag

R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/55140044
This commit is contained in:
Ian Lance Taylor 2014-01-21 11:54:21 -08:00
parent a453f28c70
commit bec1a3e258

View File

@ -37,6 +37,8 @@ Substitute 6g with 8g or 5g where appropriate.
Flags:
-o file
output file, default file.6 for 6g, etc.
-pack
write a package file rather than an object file
-e
normally the compiler quits after 10 errors; -e prints all errors
-p path