tinygo/compileopts
Ayke van Laethem 39433a3553 compileopts: automatically add -g flag when including debug symbols
Debug information is often useful and there is no reason to include it
for Go code but not for C code. Also, disabling debug information should
disable it entirely, not just for Go code.
2020-07-10 16:56:13 +02:00
..
config.go compileopts: automatically add -g flag when including debug symbols 2020-07-10 16:56:13 +02:00
options.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go Changes according to @aykevl's feedback 2020-07-08 00:21:59 +02:00
target_test.go main: move target specification into a separate package 2019-11-04 11:45:35 +01:00