mirror of
https://github.com/golang/go
synced 2024-11-17 21:44:43 -07:00
cmd/go: document GOGCCFLAGS
Fixes #30123 Change-Id: I310b89a344a262bb758d39dfdd485ed2940cc6aa Reviewed-on: https://go-review.googlesource.com/c/go/+/166577 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
334e750917
commit
fda1dc2939
@ -1554,6 +1554,8 @@
|
||||
//
|
||||
// GOEXE
|
||||
// The executable file name suffix (".exe" on Windows, "" on other systems).
|
||||
// GOGCCFLAGS
|
||||
// A space-separated list of arguments supplied to the CC command.
|
||||
// GOHOSTARCH
|
||||
// The architecture (GOARCH) of the Go toolchain binaries.
|
||||
// GOHOSTOS
|
||||
|
@ -587,6 +587,8 @@ Additional information available from 'go env' but not read from the environment
|
||||
|
||||
GOEXE
|
||||
The executable file name suffix (".exe" on Windows, "" on other systems).
|
||||
GOGCCFLAGS
|
||||
A space-separated list of arguments supplied to the CC command.
|
||||
GOHOSTARCH
|
||||
The architecture (GOARCH) of the Go toolchain binaries.
|
||||
GOHOSTOS
|
||||
|
Loading…
Reference in New Issue
Block a user