aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-13 21:24:05 -0400
committeriamcheeseman <[email protected]>2026-05-13 21:24:05 -0400
commit13e6f3d8403f0fdbed4ead1d8eda4d9ed68ac080 (patch)
tree16c9a173125f9563f22f6afe772f5d2320301e9c
parent897a153d290ed4d3647ad9e0100d1b717f580b5f (diff)
remove tcc
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ac3fb6d..5771b24 100755
--- a/build.sh
+++ b/build.sh
@@ -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)