minor buildscript comment
This commit is contained in:
parent
591aa3f847
commit
624efb90d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user