浏览代码

Install verbosely

Jakob Borg 11 年之前
父节点
当前提交
5c07477de4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.go

+ 1 - 1
build.go

@@ -168,7 +168,7 @@ func test(pkg string) {
 func install(pkg string) {
 	os.Setenv("GOBIN", "./bin")
 	setBuildEnv()
-	runPrint("go", "install", "-ldflags", ldflags(), pkg)
+	runPrint("go", "install", "-v", "-ldflags", ldflags(), pkg)
 }
 
 func build(pkg string, tags []string) {