mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: make build cache tag sensitive to GOSSADIR; remove unused
GOSSADIR is a useful compiler flag for debugging. Removed GO_SSA_PHI_LOC_CUTOFF, it is no longer mentioned in the compiler. Change-Id: I3600f4c6ded95c9d34b85a6f0da6ba89b17a13ec Reviewed-on: https://go-review.googlesource.com/c/go/+/312290 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
parent
bedfeed54a
commit
d4bfe00615
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ func (b *Builder) buildActionID(a *Action) cache.ActionID {
|
|||
magic := []string{
|
||||
"GOCLOBBERDEADHASH",
|
||||
"GOSSAFUNC",
|
||||
"GO_SSA_PHI_LOC_CUTOFF",
|
||||
"GOSSADIR",
|
||||
"GOSSAHASH",
|
||||
}
|
||||
for _, env := range magic {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue