diff options
| author | Gabríel Arthúr Pétursson <gabriel@system.is> | 2017-07-02 21:11:17 +0000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-15 09:59:09 +0200 |
| commit | 39c7b0492c078a159def3e11443b8f7174eeca2e (patch) | |
| tree | 713e486bfb6c86d8c7c5d9b89229a3b20bf7d8ec /docs/markdown | |
| parent | d9939f00640a5fce01f7ddeab4726b8a9ff43e80 (diff) | |
| download | meson-39c7b0492c078a159def3e11443b8f7174eeca2e.tar.gz | |
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.md | 5 |
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 d6d53653a..fe4af7516 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. |
