tinygo/compileopts
Ayke van Laethem c466465c32 main: add -print-allocs flag that lets you print all heap allocations
This flag, if set, is a regexp for function names. If there are heap
allocations in the matching function names, these heap allocations will
be printed with an explanation why the heap allocation exists (and why
the object can't be stack allocated).
2021-04-22 19:53:42 +02:00
..
config.go main: remove -cflags and -ldflags flags 2021-04-09 18:33:48 +02:00
options.go main: add -print-allocs flag that lets you print all heap allocations 2021-04-22 19:53:42 +02:00
options_test.go compileopts: improve error reporting of unsupported flags 2020-05-16 23:29:47 +02:00
target.go builder: hard code Clang compiler 2021-04-19 13:14:33 +02:00
target_test.go compileopts: simplify copyProperties using reflection 2020-09-20 13:49:16 +02:00