Arena work
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
CFLAGS=${CFLAGS:-"-Og -fsanitize=address -ggdb"}
|
||||||
|
CC=${CC:-gcc}
|
||||||
set -x
|
set -x
|
||||||
clang-19 -DDEBUG -pipe -fsanitize=address -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -std=gnu23 $CFLAGS src/*c
|
${CC} -DDEBUG -pipe -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -std=gnu23 $CFLAGS src/*c
|
||||||
|
|||||||
Reference in New Issue
Block a user