mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
build: show gcc commands
This commit is contained in:
parent
af834ff52f
commit
5b4bc68b11
1 changed files with 2 additions and 0 deletions
|
|
@ -208,7 +208,9 @@ func doInstall(cmdline []string) {
|
|||
// We use -trimpath to avoid leaking local paths into the built executables.
|
||||
gobuild.Args = append(gobuild.Args, "-trimpath")
|
||||
|
||||
// debugging
|
||||
gobuild.Args = append(gobuild.Args, "-x")
|
||||
gobuild.Env = append(gobuild.Env, "CGO_CFLAGS=-v")
|
||||
|
||||
// Show packages during build.
|
||||
gobuild.Args = append(gobuild.Args, "-v")
|
||||
|
|
|
|||
Loading…
Reference in a new issue