Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active February 22, 2018 10:15
Show Gist options
  • Save sailfish009/7f8a7bb92d5c11649e2b6c46eacfc246 to your computer and use it in GitHub Desktop.
Save sailfish009/7f8a7bb92d5c11649e2b6c46eacfc246 to your computer and use it in GitHub Desktop.
[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