tinygo/compileopts
Ayke van Laethem 4c682680ca compileopts: don't filter build tags, use specific build tags instead
This basically reverts https://github.com/tinygo-org/tinygo/pull/3357
and replaces it with a different mechanism to get to the same goal.

I do not think filtering tags like this is a good idea: it's the wrong
part of the compiler to be concerned with such tags (that part sets
tags, but doesn't modify existing tags). Instead, I've written the
//go:build lines in such a way that it has the same effect: WASI
defaults to leveldb, everything else defaults to fnv, and it's possible
to override the default using build tags.
2023-05-17 11:21:15 +02:00
..
config.go compileopts: don't filter build tags, use specific build tags instead 2023-05-17 11:21:15 +02:00
options.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
options_test.go Add -gc=custom option (#3302) 2023-01-28 20:24:56 +01:00
target.go targets: make msd-volume-name an array 2023-04-17 18:56:32 +02:00
target_test.go all: update _test.go files for os.IsFoo changes 2022-08-07 10:32:23 +02:00