tinygo/goenv
Ayke van Laethem d04b07fa8b compileopts: always enable CGo
CGo is needed for the rp2040 and for macOS (GOOS=darwin), without it
these targets just won't work. And there really isn't a benefit from
disabling CGo: we don't need any external linkers for example.

This avoids a somewhat common issue of people having CGO_ENABLED=0
somewhere in their environment and not understanding why things don't
work. See for example: https://github.com/tinygo-org/tinygo/issues/3450
2024-02-19 17:53:36 +01:00
..
goenv.go compileopts: always enable CGo 2024-02-19 17:53:36 +01:00
tools-builtin.go builder: refactor clang include headers 2023-10-14 11:35:26 +02:00
version.go goenv: update to new v0.31.0 development version 2023-10-11 02:24:58 +02:00