diff --git a/fontbuild.sh b/fontbuild.sh index 4be7447..eec910a 100755 --- a/fontbuild.sh +++ b/fontbuild.sh @@ -20,4 +20,7 @@ python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python size_check.py + +# BYPASS_SEQUENCE_CHECK... necessary why? +#rm -rf build/ && time make -j 48 rm -rf build/ && time make BYPASS_SEQUENCE_CHECK='True' -j 48