mirror of
https://github.com/golang/go
synced 2024-11-26 14:08:37 -07:00
internal/buildcfg: enable regabidefer by default
For #40724. Change-Id: If3a66c0e29cb20dd29ac13c8d00aa46ee279ab97 Reviewed-on: https://go-review.googlesource.com/c/go/+/310175 Trust: Austin Clements <austin@google.com> Trust: Russ Cox <rsc@golang.org> Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
3ff6ff7f84
commit
af8a176e91
@ -29,6 +29,7 @@ var experimentBaseline = goexperiment.Flags{
|
||||
RegabiWrappers: regabiSupported,
|
||||
RegabiG: regabiSupported,
|
||||
RegabiReflect: regabiSupported,
|
||||
RegabiDefer: regabiSupported,
|
||||
}
|
||||
|
||||
// FramePointerEnabled enables the use of platform conventions for
|
||||
|
Loading…
Reference in New Issue
Block a user