Last active
February 22, 2018 10:15
-
-
Save sailfish009/7f8a7bb92d5c11649e2b6c46eacfc246 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vs2015 32bit build] | |
b2 -j8 toolset=msvc-14.0 address-model=32 architecture=x86 link=static threading=multi runtime-link=static --build-type=complete stage --stagedir=stage32_static_vs2015 | |
[vs2015 64bit build] | |
b2 -j8 toolset=msvc-14.0 address-model=64 architecture=x86 link=static threading=multi runtime-link=static --build-type=complete stage --stagedir=stage64_static_vs2015 | |
[vs2017 32bit build] | |
b2 -j8 toolset=msvc-14.1 address-model=32 architecture=x86 link=static threading=multi runtime-link=static --build-type=complete stage --stagedir=stage32_static_vs2017 | |
[vs2017 64bit build] | |
b2 -j8 toolset=msvc-14.1 address-model=64 architecture=x86 link=static threading=multi runtime-link=static --build-type=complete stage --stagedir=stage64_static_vs2017 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment