diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2014-12-10 20:14:03 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:29 +0000 |
commit | 166015c809889ad66f1359520206ef3e52a81135 (patch) | |
tree | 3fd45cff4a594988c85030706d417d26691a83d2 /meta/recipes-gnome | |
parent | 5b985fd364c44d7067a7b63f119ec7ad04dcec33 (diff) | |
download | poky-166015c809889ad66f1359520206ef3e52a81135.tar.gz |
gcc-sanitizers: Enable GCC sanitizers
AddressSanitizer is a fast memory error detector.
ThreadSanitizer detects data races.
UBSanitizer detectes undefined behaviour.
All consist of compiler instrumentation and a run-time library.
The compiler instrumentation was already enabled, this builds
the run-time library component.
(From OE-Core rev: 1709bf0c3a84bb04bc52e9104ad8e09fba6c6f91)
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions