From bec1a3e258e193cb093c815fac99660466f6b3a9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 21 Jan 2014 11:54:21 -0800 Subject: [PATCH] cmd/gc: document -pack flag R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/55140044 --- src/cmd/gc/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/gc/doc.go b/src/cmd/gc/doc.go index 791967708c..ce9ebcfb2a 100644 --- a/src/cmd/gc/doc.go +++ b/src/cmd/gc/doc.go @@ -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 -- 2.48.1