aboutsummaryrefslogtreecommitdiffhomepage
path: root/compileopts/options.go
AgeCommit message (Expand)Author
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: remove -cflags and -ldflags flagsAyke van Laethem
2021-04-08builder: add optsize attribute while building the packageAyke van Laethem
2021-01-14New tinygo -x option to print commands (#1572)Fauchon
2021-01-10wasm: implement a growable heapAyke van Laethem
2020-07-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-05-16compileopts: improve error reporting of unsupported flagscebernardi
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-04main: move compile options to compileopts packageAyke van Laethem