https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115585

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libstdc++/manual/manual/configure.html


--disable-libstdcxx-verbose
By default, the library is configured to write descriptive messages to standard
error for certain events such as calling a pure virtual function or the
invocation of the standard terminate handler. Those messages cause the library
to depend on the demangler and standard I/O facilities, which might be
undesirable in a low-memory environment or when standard error is not
available. This option disables those messages. This option does not change the
library ABI.

Either the documentation is incorrect or we should provide an empty one.

Reply via email to