Explorar o código

build: Don't use go build -i (#5367)

Jörg Thalheim %!s(int64=7) %!d(string=hai) anos
pai
achega
bdcffe703b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.go

+ 1 - 1
build.go

@@ -450,7 +450,7 @@ func build(target target, tags []string) {
 
 	rmr(target.BinaryName())
 
-	args := []string{"build", "-i", "-v"}
+	args := []string{"build", "-v"}
 	args = appendParameters(args, tags, target)
 
 	os.Setenv("GOOS", goos)