diff options
| -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) |
