minor buildscript comment

This commit is contained in:
finn 2024-07-20 17:48:34 -07:00
parent 591aa3f847
commit 624efb90d6

View File

@ -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