tinygo/compileopts
Ayke van Laethem 6234bf9a88 all: use -opt flag for optimization level in CFlags (-Os, etc)
This brings some consistency to the CFlags and fixes the issue that on
some platforms (Linux, MacOS), no optimization level was set and
therefore C files in packages were not optimized at all.
2021-09-28 18:44:11 +02:00
..
config.go all: use -opt flag for optimization level in CFlags (-Os, etc) 2021-09-28 18:44:11 +02:00
options.go all: add a flag to the command line to select the serial implementation 2021-06-25 17:58:39 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go arm: switch to Thumb instruction set on ARM 2021-09-15 15:28:10 +02:00
target_test.go compileopts: simplify copyProperties using reflection 2020-09-20 13:49:16 +02:00