mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
build: show commands
This commit is contained in:
parent
b5f4d628ac
commit
27b705f42c
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ func doInstall(cmdline []string) {
|
||||||
// We use -trimpath to avoid leaking local paths into the built executables.
|
// We use -trimpath to avoid leaking local paths into the built executables.
|
||||||
gobuild.Args = append(gobuild.Args, "-trimpath")
|
gobuild.Args = append(gobuild.Args, "-trimpath")
|
||||||
|
|
||||||
|
gobuild.Args = append(gobuild.Args, "-x")
|
||||||
|
|
||||||
// Show packages during build.
|
// Show packages during build.
|
||||||
gobuild.Args = append(gobuild.Args, "-v")
|
gobuild.Args = append(gobuild.Args, "-v")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue