From 61f7995398a719f2ff91d07e8f8ed6d4413db697 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely make CXXFLAGS='-g3 -O0 -fno-inline' all
-
--enable-libstdcxx-debug-flags=FLAGS
This option is only valid when --enable-debug
+
--enable-libstdcxx-debug-flags=FLAGS
This option is only valid when
+ --enable-libstdcxx-debug
is also specified, and applies to the debug builds only. With
this option, you can pass a specific string of flags to the
compiler to use when building the debug versions of libstdc++.
diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html
index ce9c5ccd0f6..b6df978aeab 100644
--- a/libstdc++-v3/doc/html/manual/status.html
+++ b/libstdc++-v3/doc/html/manual/status.html
@@ -1275,10 +1275,10 @@ or any notes about the implementation.
__cpp_lib_three_way_comparison >= 201907L
string::reserve
Should Not Shrink string::reserve
Should Not Shrink char8_t
: A type for UTF-8 characters and strings char8_t
: A type for UTF-8 characters and strings __cpp_lib_char8_t >= 201811L
char8_t
backward compatibility remediation --enable-libstdcxx-debug-flags=FLAGS
--enable-debug
+ --enable-libstdcxx-debug
is also specified, and applies to the debug builds only. With
this option, you can pass a specific string of flags to the
compiler to use when building the debug versions of libstdc++.
--
2.30.2