This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via dcd642bf2074f34ae43ea7123eaf6743a6057abd (commit) from 4662147a94753cf3803426c34151573dc2d1863a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dcd642bf2074f34ae43ea7123eaf6743a6057abd Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Oct 9 14:00:11 2024 +0100 Document defining _GLIBCXX_ASSERTIONS for -O0 diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index ad0daf04..805a6703 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -93,6 +93,9 @@ a work-in-progress.</p> <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> <ul> + <li>Debug assertions are now enabled by default for unoptimized builds. + Use <code>-D_GLIBCXX_NO_ASSERTIONS</code> to override this. + </li> <li>Improved experimental support for C++26, including: <ul> <li><code>views::concat</code>.</li> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs