Boost C++ Libraries: Ticket #1730: No debug libs on Windows by default https://svn.boost.org/trac10/ticket/1730 <p> Version: 1.35 </p> <p> Hi, </p> <p> <a class="ext-link" href="http://boost.org/doc/libs/1_35_0/more/getting_started/windows.html#zip"><span class="icon">​</span>http://boost.org/doc/libs/1_35_0/more/getting_started/windows.html#zip</a> </p> <p> 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. </p> <p> Greetings </p> <blockquote> <p> --build-type=&lt;type&gt; Build the specified pre-defined set of variations </p> <blockquote> <p> of the libraries. Note, that which variants get built depends on what each library supports. </p> </blockquote> </blockquote> <blockquote> <blockquote> <blockquote> <p> minimal (default) - Builds the single "release" version of the libraries. This release corresponds to specifying: "release &lt;threading&gt;multi &lt;link&gt;shared &lt;runtime-link&gt;shared" as the Boost.Build variant to build. </p> </blockquote> </blockquote> </blockquote> <blockquote> <blockquote> <blockquote> <p> complete - Attempts to build all possible variations. </p> </blockquote> </blockquote> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1730 Trac 1.4.3 René Rivera Mon, 31 Mar 2008 17:02:18 GMT owner, version, component changed https://svn.boost.org/trac10/ticket/1730#comment:1 https://svn.boost.org/trac10/ticket/1730#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">René Rivera</span> to <span class="trac-author">Dave Abrahams</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.34.1</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> <li><strong>component</strong> <span class="trac-field-old">bjam</span> → <span class="trac-field-new">Documentation</span> </li> </ul> Ticket Dave Abrahams Tue, 01 Apr 2008 15:13:33 GMT status changed https://svn.boost.org/trac10/ticket/1730#comment:2 https://svn.boost.org/trac10/ticket/1730#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Daniel James Sat, 21 Feb 2009 17:06:35 GMT component changed https://svn.boost.org/trac10/ticket/1730#comment:3 https://svn.boost.org/trac10/ticket/1730#comment:3 <ul> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">Getting Started Guide</span> </li> </ul> Ticket anonymous Fri, 22 May 2009 10:05:41 GMT <link>https://svn.boost.org/trac10/ticket/1730#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1730#comment:4</guid> <description> <p> I think this has been fixed already. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Sat, 06 Jun 2009 14:17:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1730#comment:5 https://svn.boost.org/trac10/ticket/1730#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This is indeed fixed already. Both debug and release variants are built. </p> Ticket