diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-03-13 21:20:29 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-03-13 21:44:41 +0200 |
| commit | 0b7b4a3d9e41901b000074e903ad0bb8a299785c (patch) | |
| tree | e93cccfb57e7ba4c0b07bcbe6048a4e117511e14 /docs/markdown/snippets/cpp-debug.md | |
| parent | 675b47b0692131fae974298829ba807d730ab098 (diff) | |
| download | meson-0b7b4a3d9e41901b000074e903ad0bb8a299785c.tar.gz | |
Generate relnotes for 1.4.0.
Diffstat (limited to 'docs/markdown/snippets/cpp-debug.md')
| -rw-r--r-- | docs/markdown/snippets/cpp-debug.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/cpp-debug.md b/docs/markdown/snippets/cpp-debug.md deleted file mode 100644 index 2a62b9399..000000000 --- a/docs/markdown/snippets/cpp-debug.md +++ /dev/null @@ -1,10 +0,0 @@ -## `ndebug` setting now controls C++ stdlib assertions - -The `ndebug` setting, if disabled, now passes preprocessor defines to enable -debugging assertions within the C++ standard library. - -For GCC, `-D_GLIBCXX_ASSERTIONS=1` is set. - -For Clang, `-D_GLIBCXX_ASSERTIONS=1` is set to cover libstdc++ usage, -and `-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE` or -`-D_LIBCPP_ENABLE_ASSERTIONS=1` is used depending on the Clang version. |
