diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-09-13 12:00:31 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-09-13 12:00:31 +0200 |
commit | 04f99b387021a8ce32a8795360cba9beaf986a81 (patch) | |
tree | f806c632c5dec5bb83190946d6d8ff8bd33c0e57 /src/cmd/gc/doc.go | |
parent | d9514677ddaa705852cbba5034cb6d284261b53a (diff) | |
download | golang-04f99b387021a8ce32a8795360cba9beaf986a81.tar.gz |
Imported Upstream version 2011.09.07upstream-weekly/2011.09.07
Diffstat (limited to 'src/cmd/gc/doc.go')
-rw-r--r-- | src/cmd/gc/doc.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cmd/gc/doc.go b/src/cmd/gc/doc.go index 3fe7fafdd..5bb5e0e14 100644 --- a/src/cmd/gc/doc.go +++ b/src/cmd/gc/doc.go @@ -35,12 +35,13 @@ Flags: output file, default file.6 for 6g, etc. -e normally the compiler quits after 10 errors; -e prints all errors + -p path + assume that path is the eventual import path for this code, + and diagnose any attempt to import a package that depends on it. -L show entire file path when printing line numbers in errors -I dir1 -I dir2 add dir1 and dir2 to the list of paths to check for imported packages - -N - disable optimization -S write assembly language text to standard output -u |