Opened 15 years ago
Closed 13 years ago
#1730 closed Bugs (fixed)
No debug libs on Windows by default
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | Getting Started Guide |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Version: 1.35
Hi,
http://boost.org/doc/libs/1_35_0/more/getting_started/windows.html#zip
Build type isn't mentioned in the getting started guide. Minimal, the default, does not include debug libs. But on Windows, those are required for projects compiled in debug mode (like, eh, all projects sometimes are). So I think at least this flag should be mentioned in the getting started guide. Changing the default to include debug libs would he even better.
Greetings
--build-type=<type> Build the specified pre-defined set of variations
of the libraries. Note, that which variants get built depends on what each library supports.
minimal (default) - Builds the single "release" version of the libraries. This release corresponds to specifying: "release <threading>multi <link>shared <runtime-link>shared" as the Boost.Build variant to build.
complete - Attempts to build all possible variations.
Change History (5)
comment:1 by , 15 years ago
Component: | bjam → Documentation |
---|---|
Owner: | changed from | to
Version: | Boost 1.34.1 → Boost 1.35.0 |
comment:2 by , 15 years ago
Status: | new → assigned |
---|
comment:3 by , 14 years ago
Component: | Documentation → Getting Started Guide |
---|
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is indeed fixed already. Both debug and release variants are built.
I think this has been fixed already.