build-all.py - add note on --without-xxx option

This commit is contained in:
Andrej730
2025-10-10 13:52:52 +05:00
parent 3edb006c35
commit 05805bb557
+1
View File
@@ -31,6 +31,7 @@ Available arguments:
``-py-313`` - build for specific Python version
(building for all supported Python version by default).
``-wasm`` - compile for wasm
``-without-xxx`` - do not build dependency ``xxx`` (e.g. ``--without-swig``)
``-mac-cross-compile-intel`` - cross compile for Intel Mac on Apple Silicon host
``-shared`` - build shared libraries. By default will build static.
``-diskcleanup`` - clean up build directories after finishing building dependencies