]> Cypherpunks repositories - gostls13.git/commit
cmd/go: whitelist -v as a compiler and linker flag
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 29 May 2018 15:10:39 +0000 (17:10 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 29 May 2018 17:14:17 +0000 (17:14 +0000)
commitb65934f237f80242a907c46ef9cf103ad6959e9f
treef47d62c214ee9ec1a68625c30333813894c6e015
parent377567edd01572a3ce7ff263fd7923a5ba7a9217
cmd/go: whitelist -v as a compiler and linker flag

It's harmless, and can be useful to see what's happening under the hood.

Fixes #24593.

Change-Id: Iacff378471e86c33aa048161cd65c504709fb339
Reviewed-on: https://go-review.googlesource.com/115075
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/security.go
src/cmd/go/internal/work/security_test.go