Hi Mat, On 05/11/2016 01:07 PM, Mat Martineau wrote: > Build using Address Sanitizer (asan), Leak Sanitizer (lsan), or > Undefined Behavior Sanitizer (ubsan) by using one of these options for > the configure script: > > --enable-asan > --enable-lsan > --enable-ubsan > > For each of these to work, the compiler must support the requested > sanitizer and the requisite libraries must be installed (libasan, > liblsan, libubsan). > --- > acinclude.m4 | 36 ++++++++++++++++++++++++++++++++++++ > configure.ac | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 81 insertions(+) > Applied, thanks. Regards, -Denis