We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03ff2c commit 7ee5683Copy full SHA for 7ee5683
ChangeLog.md
@@ -18,6 +18,9 @@ See docs/process.md for how version tagging works.
18
19
Current Trunk
20
-------------
21
+ - Add support for [address sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
22
+ and standalone [leak sanitizer](https://clang.llvm.org/docs/LeakSanitizer.html)
23
+ with multiple threads. (#9060, #9076)
24
- Remove ERROR_ON_MISSING_LIBRARIES setting (it's always on now)
25
- Remove the ability to use Python operators in flags that support KB/MB/GB/TB
26
suffixes, e.g. `TOTAL_MEMORY`. This means that `-s TOTAL_MEMORY=1024*1024`
0 commit comments