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
This commit is contained in:
parent
dee1605500
commit
85000c08fe
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -64,8 +64,9 @@
|
||||
|
||||
<para>
|
||||
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
|
||||
toplevel in a freshly-configured tree with
|
||||
build libstdc++ with debug flags. The first is to create a separate
|
||||
debug build by running make from the top-level of a tree
|
||||
freshly-configured with
|
||||
</para>
|
||||
<programlisting>
|
||||
--enable-libstdcxx-debug
|
||||
@ -75,11 +76,11 @@
|
||||
--enable-libstdcxx-debug-flags='...'
|
||||
</programlisting>
|
||||
<para>
|
||||
to create a separate debug build. Both the normal build and the
|
||||
debug build will persist, without having to specify
|
||||
<code>CXXFLAGS</code>, and the debug library will be installed in a
|
||||
separate directory tree, in <code>(prefix)/lib/debug</code>. For
|
||||
more information, look at the <link linkend="manual.intro.setup.configure">configuration</link> section.
|
||||
Both the normal build and the debug build will persist, without
|
||||
having to specify <code>CXXFLAGS</code>, and the debug library will
|
||||
be installed in a separate directory tree, in <code>(prefix)/lib/debug</code>.
|
||||
For more information, look at the
|
||||
<link linkend="manual.intro.setup.configure">configuration</link> section.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user