As discussed in #29, this disables cgo by default. To avoid making it impossible to override – maybe somebody builds their extension for exactly one architecture and does want to use cgo for it – it's not hard-coded in the environment, but set as an optional input parameter that defaults to 0.
As discussed in #29, this disables cgo by default. To avoid making it impossible to override – maybe somebody builds their extension for exactly one architecture and does want to use cgo for it – it's not hard-coded in the environment, but set as an optional input parameter that defaults to
0
.Closes #29