internal/buildcfg: enable goroutineleakprofile GOEXPERIMENT by default

Fixes #74609

Change-Id: I681b13aed197e215157d41322a117171a567a1e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/774620
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Austin Clements <austin@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Austin Clements 2026-05-05 21:23:07 -04:00 committed by Gopher Robot
parent 0b87c1d350
commit 253aa2a12a

View file

@ -84,6 +84,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
Dwarf5: dwarf5Supported,
RandomizedHeapBase64: true,
GreenTeaGC: true,
GoroutineLeakProfile: true,
}
flags := &ExperimentFlags{
Flags: baseline,