tinygo/loader
Ayke van Laethem 1bed192de0 cgo: add support for CFLAGS in .c files
This patch adds support for passing CFLAGS added in #cgo lines of the
CGo preprocessing phase to the compiler when compiling C files inside
packages. This is expected and convenient but didn't work before.
2021-04-06 10:57:50 +02:00
..
errors.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
goroot.go support WASI target (#1373) 2020-09-29 21:58:03 +02:00
list.go loader: rewrite/refactor much of the code to use go list directly 2020-09-03 22:10:14 +02:00
loader.go cgo: add support for CFLAGS in .c files 2021-04-06 10:57:50 +02:00
ssa.go compiler: refactor and add tests 2021-01-15 14:43:43 +01:00