#6637 closed Feature Requests (wontfix)
Include static multithreaded libraries in release mode, using static runtime by default
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | Building Boost |
| Version: | Boost 1.49.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Could you include static multithreaded libraries in release mode, using static runtime by default? I think it's an often used variant when one doesn't want to bother with redistributing / installing the VC runtime.
Could you also recommend -j X?
Change History (4)
comment:1 by , 10 years ago
| Component: | Building Boost → build |
|---|---|
| Owner: | set to |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Component: | build → Building Boost |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
The default build matches the default settings of the IDE. Either use --build-type=complete or explicitly specify the build settings that you want. Trying to guess which settings are "common" is a hopeless cause, IMHO.
Note:
See TracTickets
for help on using tickets.

Was was this one reassigned from "Building Boost" to "build"?