This commit is contained in:
blueloveTH 2023-06-11 20:10:34 +08:00
parent 708ceb8608
commit e6a57085ea

View File

@ -1,3 +1,4 @@
python3 preprocess.py
clang++ -std=c++17 -fno-rtti --coverage -O1 -stdlib=libc++ -Wall -o pocketpy src/main.cpp
python3 scripts/run_tests.py
rm -rf .coverage