mirror of
https://github.com/golang/go
synced 2024-11-12 09:50:21 -07:00
cmd/go: support -ccflags in 'go test'
Fixes #7810. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/89050043
This commit is contained in:
parent
8f76641230
commit
c7d864c4d0
@ -76,6 +76,7 @@ var testFlagDefn = []*testFlagSpec{
|
||||
{name: "p"},
|
||||
{name: "x", boolVar: &buildX},
|
||||
{name: "work", boolVar: &buildWork},
|
||||
{name: "ccflags"},
|
||||
{name: "gcflags"},
|
||||
{name: "exec"},
|
||||
{name: "ldflags"},
|
||||
|
Loading…
Reference in New Issue
Block a user