boost编译选项跳过MPI和Python

This commit is contained in:
taynpg 2024-04-17 11:46:45 +08:00
parent c65f40e1c6
commit 19e2c94f9e

View File

@ -2,6 +2,7 @@
b2.exe link=shared runtime-link=shared threading=multi debug release --build-type=complete --prefix=C:\Bin\Boost address-model=64 install
或者:--layout=tagged
需要 -fPIC 项的,在 tools/build/src/tools/gcc.jam 大致 400 行位置, 加一个 static。
--without-mpi --without-python
2.Qt6
configure.bat -prefix G:\QT6.5.3_x64\ -debug-and-release -opensource -skip qtwebengine -skip qtdoc