blueloveTH 1 年間 前
コミット
35eb793a08
1 ファイル変更1 行追加1 行削除
  1. 1 1
      run_tests.sh

+ 1 - 1
run_tests.sh

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