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:
François Dumont 2024-01-29 19:20:25 +01:00
parent 4bdcc8b3bf
commit 8d59b93239

View file

@ -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>