From: François Dumont Date: Mon, 29 Jan 2024 18:20:25 +0000 (+0100) Subject: libstdc++: Fix _GLIBCXX_DEBUG_BACKTRACE macro documentation X-Git-Tag: basepoints/gcc-15~1632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d59b932396ee7f1e7553f3542b84b3c1fad0bc0;p=thirdparty%2Fgcc.git 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. --- diff --git a/libstdc++-v3/doc/xml/manual/debug_mode.xml b/libstdc++-v3/doc/xml/manual/debug_mode.xml index dadc0cd1bb4a..ac15ef6f6d07 100644 --- a/libstdc++-v3/doc/xml/manual/debug_mode.xml +++ b/libstdc++-v3/doc/xml/manual/debug_mode.xml @@ -165,8 +165,8 @@ which always works correctly. It requires that you configure libstdc++ build with . Use -D_GLIBCXX_DEBUG_BACKTRACE to activate it. - You'll then have to link with libstdc++_libbacktrace static library - () to build your application. + You'll then have to link against libstdc++exp static library + () to build your application.
Using a Specific Debug Container