aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorGabrĂ­el ArthĂșr PĂ©tursson <gabriel@system.is>2017-07-02 21:11:17 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-15 09:59:09 +0200
commit39c7b0492c078a159def3e11443b8f7174eeca2e (patch)
tree713e486bfb6c86d8c7c5d9b89229a3b20bf7d8ec /docs/markdown
parentd9939f00640a5fce01f7ddeab4726b8a9ff43e80 (diff)
downloadmeson-39c7b0492c078a159def3e11443b8f7174eeca2e.zip
meson-39c7b0492c078a159def3e11443b8f7174eeca2e.tar.gz
meson-39c7b0492c078a159def3e11443b8f7174eeca2e.tar.bz2
Allow both address- and undefined behavior sanitizers at the same time
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Release-notes-for-0.42.0.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md
index d6d5365..fe4af75 100644
--- a/docs/markdown/Release-notes-for-0.42.0.md
+++ b/docs/markdown/Release-notes-for-0.42.0.md
@@ -46,3 +46,8 @@ are `dylib` or `cdylib` for shared libraries, and `rlib` or
Rust's [linkage reference][rust-linkage].
[rust-linkage]: https://doc.rust-lang.org/reference/linkage.html
+
+## Simultaneous use of Address- and Undefined Behavior Sanitizers
+
+Both the address- and undefined behavior sanitizers can now be used
+simultaneously by passing `-Db_sanitize=address,undefined` to Meson.