From 624efb90d67ee57435c046879582047cc761b7ff Mon Sep 17 00:00:00 2001 From: finn Date: Sat, 20 Jul 2024 17:48:34 -0700 Subject: [PATCH] minor buildscript comment --- fontbuild.sh | 3 +++ 1 file changed, 3 insertions(+) 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