build boost
Open
- Dominant language
- HTML
- Stars
- 8.6k
- Forks
- 1.9k
- Avg merge
- 39m
- Merged PRs (30d)
- 2
Description
https://www.boost.org/doc/libs/1_78_0/tools/build/doc/html/index.html#bbv2.installation
I try to build release and debug with a batch file.
Should I run twice bootstrap.bat and remove the build folder for release?
Avoid the release lib will be built on debug.
``` batch file
bootstrap.bat
b2 install --prefix=release variant=release --build-dir=build
del build
b2 install --prefix=debug variant=debug --build-dir=build
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.