rebuildall bool
defaultclang bool
- sflag bool // build static binaries
- vflag int // verbosity
+ vflag int // verbosity
)
// The known architectures.
// stopping at having installed the go_bootstrap command.
func cmdbootstrap() {
flag.BoolVar(&rebuildall, "a", rebuildall, "rebuild all")
- flag.BoolVar(&sflag, "s", sflag, "build static binaries")
xflagparse(0)
if isdir(pathf("%s/src/pkg", goroot)) {
// Install installs the list of packages named on the command line.
func cmdinstall() {
- flag.BoolVar(&sflag, "s", sflag, "build static binaries")
xflagparse(-1)
if flag.NArg() == 0 {