system tools now assume the presence of the header.
-dumpdep
Dump symbol dependency graph.
+ -e
+ No limit on number of errors reported.
-extar ar
Set the external archive program (default "ar").
Used only for -buildmode=c-archive.
flagEntrySymbol = flag.String("E", "", "set `entry` symbol name")
flagPruneWeakMap = flag.Bool("pruneweakmap", true, "prune weak mapinit refs")
flagRandLayout = flag.Int64("randlayout", 0, "randomize function layout")
+ flagAllErrors = flag.Bool("e", false, "no limit on number of errors reported")
cpuprofile = flag.String("cpuprofile", "", "write cpu profile to `file`")
memprofile = flag.String("memprofile", "", "write memory profile to `file`")
memprofilerate = flag.Int64("memprofilerate", 0, "set runtime.MemProfileRate to `rate`")