Commit 85000c08 by Jonathan Wakely Committed by Jonathan Wakely

debug.xml (Debug Versions of Library Binary Files): Re-arrange text slightly.

	* doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
	Re-arrange text slightly.

From-SVN: r186362
parent dee16055
2012-04-11 Jonathan Wakely <jwakely.gcc@gmail.com> 2012-04-11 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/debug.xml (Debug Versions of Library Binary Files):
Re-arrange text slightly.
2012-04-11 Jonathan Wakely <jwakely.gcc@gmail.com>
* testsuite/performance/30_threads/future/polling.cc: Adjust. * testsuite/performance/30_threads/future/polling.cc: Adjust.
2012-04-11 Paolo Carlini <paolo.carlini@oracle.com> 2012-04-11 Paolo Carlini <paolo.carlini@oracle.com>
......
...@@ -64,8 +64,9 @@ ...@@ -64,8 +64,9 @@
<para> <para>
If you would like debug symbols in libstdc++, there are two ways to If you would like debug symbols in libstdc++, there are two ways to
build libstdc++ with debug flags. The first is to run make from the build libstdc++ with debug flags. The first is to create a separate
toplevel in a freshly-configured tree with debug build by running make from the top-level of a tree
freshly-configured with
</para> </para>
<programlisting> <programlisting>
--enable-libstdcxx-debug --enable-libstdcxx-debug
...@@ -75,11 +76,11 @@ ...@@ -75,11 +76,11 @@
--enable-libstdcxx-debug-flags='...' --enable-libstdcxx-debug-flags='...'
</programlisting> </programlisting>
<para> <para>
to create a separate debug build. Both the normal build and the Both the normal build and the debug build will persist, without
debug build will persist, without having to specify having to specify <code>CXXFLAGS</code>, and the debug library will
<code>CXXFLAGS</code>, and the debug library will be installed in a be installed in a separate directory tree, in <code>(prefix)/lib/debug</code>.
separate directory tree, in <code>(prefix)/lib/debug</code>. For For more information, look at the
more information, look at the <link linkend="manual.intro.setup.configure">configuration</link> section. <link linkend="manual.intro.setup.configure">configuration</link> section.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment