diff options
| author | iamcheeseman <[email protected]> | 2026-05-13 21:24:05 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-13 21:24:05 -0400 |
| commit | 13e6f3d8403f0fdbed4ead1d8eda4d9ed68ac080 (patch) | |
| tree | 16c9a173125f9563f22f6afe772f5d2320301e9c | |
| parent | 897a153d290ed4d3647ad9e0100d1b717f580b5f (diff) | |
remove tcc
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ if [ ! -z "$clean" ]; then exit fi -[ ! -z "$debug" ] && cc=tcc # TCC is faster for debug [ ! -z "$debug" ] && cflags+=(-g -ggdb -rdynamic) teensy_cflags=(${cflags[@]} -fPIC -Iteensy -Iplatform/$platform) |
