aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-tests b/test/run-tests
index f8554c0..4413fff 100755
--- a/test/run-tests
+++ b/test/run-tests
@@ -12,7 +12,7 @@ download()
readonly FLAGS='
-std=c23 -I../include
- -Og -ggdb3
+ -O0 -g -ggdb3
-Wall -Wextra -Wpedantic
-Wno-pointer-sign
-Wno-attributes
@@ -34,7 +34,7 @@ sed -En 's/\s+//g; s/รท?#.*//g; /./p' data/WordBreakTest >wbrk.in
for src in *.c
do
- gcc $FLAGS -o "${src%.*}" "$src" ../libmlib.a
+ cc $FLAGS -o "${src%.*}" "$src" ../libmlib.a
done
trap "$(