Opened 15 years ago

Closed 13 years ago

#1730 closed Bugs (fixed)

No debug libs on Windows by default

Reported by: olafvdspek@… 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 René Rivera, 15 years ago

Component: bjamDocumentation
Owner: changed from René Rivera to Dave Abrahams
Version: Boost 1.34.1Boost 1.35.0

comment:2 by Dave Abrahams, 15 years ago

Status: newassigned

comment:3 by Daniel James, 14 years ago

Component: DocumentationGetting Started Guide

comment:4 by anonymous, 13 years ago

I think this has been fixed already.

comment:5 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: assignedclosed

This is indeed fixed already. Both debug and release variants are built.

Note: See TracTickets for help on using tickets.