boost编译选项跳过MPI和Python
This commit is contained in:
parent
c65f40e1c6
commit
19e2c94f9e
@ -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
|
b2.exe link=shared runtime-link=shared threading=multi debug release --build-type=complete --prefix=C:\Bin\Boost address-model=64 install
|
||||||
或者:--layout=tagged
|
或者:--layout=tagged
|
||||||
需要 -fPIC 项的,在 tools/build/src/tools/gcc.jam 大致 400 行位置, 加一个 static。
|
需要 -fPIC 项的,在 tools/build/src/tools/gcc.jam 大致 400 行位置, 加一个 static。
|
||||||
|
--without-mpi --without-python
|
||||||
|
|
||||||
2.Qt6
|
2.Qt6
|
||||||
configure.bat -prefix G:\QT6.5.3_x64\ -debug-and-release -opensource -skip qtwebengine -skip qtdoc
|
configure.bat -prefix G:\QT6.5.3_x64\ -debug-and-release -opensource -skip qtwebengine -skip qtdoc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user