This commit is contained in:
PrimedErwin 2025-05-22 17:02:35 +08:00
parent 81bd9e2203
commit 2e5c2c5842

View File

@ -4,7 +4,7 @@ python prebuild.py
SRC=$(find src/ -name "*.c")
clang -std=c11 --coverage -O1 -Wfatal-errors -o main src2/main.c $SRC -Iinclude -DPK_ENABLE_OS=1 -DPK_ENABLE_PROFILER=1 -lm -ldl -DNDEBUG
clang -std=c11 --coverage -O1 -Wfatal-errors -o main src2/main.c $SRC -Iinclude -DPK_ENABLE_OS=1 -DPK_ENABLE_PROFILER=1 -DPK_ENABLE_DETERMINISTIC_FLOAT=1 -lm -ldl -DNDEBUG
python scripts/run_tests.py