| ... | ... |
@@ -91,7 +91,7 @@ if [ $debug = 1 ]; |
| 91 | 91 |
then |
| 92 | 92 |
echo "[debug]" |
| 93 | 93 |
CFLAGS="${CFLAGS} -DDEBUG -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og -fsanitize=address -fsanitize=undefined"
|
| 94 |
- CORE='src/uxn.c' |
|
| 94 |
+ CORE='src/uxn-fast.c' |
|
| 95 | 95 |
else |
| 96 | 96 |
CFLAGS="${CFLAGS} -DNDEBUG -O2 -g0 -s"
|
| 97 | 97 |
CORE='src/uxn-fast.c' |