mirror of
https://github.com/golang/go.git
synced 2026-06-28 03:40:37 +00:00
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:
parent
0b87c1d350
commit
253aa2a12a
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ func ParseGOEXPERIMENT(goos, goarch, goexp string) (*ExperimentFlags, error) {
|
|||
Dwarf5: dwarf5Supported,
|
||||
RandomizedHeapBase64: true,
|
||||
GreenTeaGC: true,
|
||||
GoroutineLeakProfile: true,
|
||||
}
|
||||
flags := &ExperimentFlags{
|
||||
Flags: baseline,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue