mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
runtime: update framepointer_enabled doc
Change-Id: I69e64ebf8c11145ce32aa4c11178e3a47d22fb84 Reviewed-on: https://go-review.googlesource.com/c/go/+/394915 Reviewed-by: Michael Pratt <mpratt@google.com> Trust: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
cccfb8ffdb
commit
b2643c6739
@ -1129,5 +1129,5 @@ var (
|
|||||||
isarchive bool // -buildmode=c-archive
|
isarchive bool // -buildmode=c-archive
|
||||||
)
|
)
|
||||||
|
|
||||||
// Must agree with internal/buildcfg.Experiment.FramePointer.
|
// Must agree with internal/buildcfg.FramePointerEnabled.
|
||||||
const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"
|
const framepointer_enabled = GOARCH == "amd64" || GOARCH == "arm64"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user