]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: check GOFLAGS not GCFLAGS
authorMichael Pratt <mpratt@google.com>
Fri, 30 Jun 2023 18:32:39 +0000 (14:32 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 30 Jun 2023 22:02:00 +0000 (22:02 +0000)
commit5b72f45dd17314af39627c2fcac0fbc099b67603
tree8d01a6a3b8d0bf97cff3c0847f5a6a23fa496f1b
parent18e17e2cb12837ea2c8582ecdb0cc780f49a1aac
runtime: check GOFLAGS not GCFLAGS

GCFLAGS doesn't have any defined meaning. cmd/dist enables
mayMoreStackPreempt with GOFLAGS.

For #55160.

Change-Id: I7ac71e4a1a983a56bd228ab5d24294db5cc595f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/507359
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/crash_unix_test.go