libstdc++: Fix _GLIBCXX_DEBUG_BACKTRACE macro documentation
libstdc++-v3/ChangeLog: * doc/xml/manual/debug_mode.xml: Link against libstdc++exp.a to use _GLIBCXX_DEBUG_BACKTRACE macro.
This commit is contained in:
parent
4bdcc8b3bf
commit
8d59b93239
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ which always works correctly.
|
|||
It requires that you configure libstdc++ build with
|
||||
<option>--enable-libstdcxx-backtrace=yes</option>.
|
||||
Use <code>-D_GLIBCXX_DEBUG_BACKTRACE</code> to activate it.
|
||||
You'll then have to link with libstdc++_libbacktrace static library
|
||||
(<option>-lstdc++_libbacktrace</option>) to build your application.</para>
|
||||
You'll then have to link against libstdc++exp static library
|
||||
(<option>-lstdc++exp</option>) to build your application.</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="debug_mode.using.specific" xreflabel="Using Specific"><info><title>Using a Specific Debug Container</title></info>
|
||||
|
|
Loading…
Add table
Reference in a new issue