tinygo/compileopts
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
..
config.go compileopts: always enable CGo 2024-02-19 17:53:36 +01:00
options.go loader: make sure Go version is plumbed through 2024-01-19 21:23:58 +01:00
options_test.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
target.go all: statically link to LLVM 17 instead of LLVM 16 2024-01-05 21:13:30 +01:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00