s8_fmtspec, remove %S for tcc bounds check, optional stbsp
This commit is contained in:
2
build.sh
2
build.sh
@@ -5,5 +5,5 @@ if [ ! -d build ]; then
|
||||
fi
|
||||
cd build
|
||||
# clang ../src/testing/testing_main.c -o testing_main -I../src/ -ldl -lm -lbacktrace -g -Wall -Wextra -Wno-missing-braces -Wno-missing-field-initializers -Wno-single-bit-bitfield-constant-conversion -fdiagnostics-absolute-paths -Wno-writable-strings -Wno-unsequenced
|
||||
tcc $(realpath ../src/testing/testing_main.c) -o testing_main -I$(realpath ../src/) -ldl -lm -Wall -Wextra
|
||||
tcc $(realpath ../src/testing/testing_main.c) -o testing_main -I$(realpath ../src/) -b -g -ldl -lm -Wall -Wextra
|
||||
./testing_main
|
||||
Reference in New Issue
Block a user