cmd/compile: enable printing of error URLs by default

Change-Id: Ib4094c70b8aa5e818f9f017c59d464d4c178169d
Reviewed-on: https://go-review.googlesource.com/c/go/+/497716
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
Robert Griesemer 2023-05-23 16:45:37 -07:00 committed by Gopher Robot
parent cf624a6127
commit e7a9ca0a53
2 changed files with 4 additions and 3 deletions

View file

@ -164,6 +164,7 @@ func ParseFlags() {
Flag.LinkShared = &Ctxt.Flag_linkshared
Flag.Shared = &Ctxt.Flag_shared
Flag.WB = true
Flag.ErrorURL = true
Debug.ConcurrentOk = true
Debug.InlFuncsWithClosures = 1