cmd/cgo: only create _cgo_flags for -compiler=gccgo #60642
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
ToolSpeed
Milestone
Currently cmd/cgo creates a
_cgo_flags
file every time it is run. However, that file is only used when cmd/go is invoked with-compiler=gccgo
. In the default case we should stop generating_cgo_flags
, as it is wasted effort.The text was updated successfully, but these errors were encountered: