From 8d59b932396ee7f1e7553f3542b84b3c1fad0bc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Mon, 29 Jan 2024 19:20:25 +0100 Subject: [PATCH] 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. --- libstdc++-v3/doc/xml/manual/debug_mode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.5