Enable building with AddressSanitizer activated
authorDodji Seketeli <dodji@redhat.com>
Thu, 18 Apr 2019 09:01:47 +0000 (11:01 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 18 Apr 2019 09:01:47 +0000 (11:01 +0200)
commit54488283938022ea4572d197fbcc8021a3fdaf8d
treee0c8b392e39fcb0fcc0416dddb92440d6f1327b3
parentf9b2f3751262f4695a46994b96b74a6a37419b54
Enable building with AddressSanitizer activated

With this patch, configuring the project with the environment variables
ABIGAIL_DEVEL=on and ABIGAIL_DEVEL_ASAN=on will turn on
AddressSanitizer.

* configure.ac: If ABIGAIL_DEVEL_ASAN=on (in addition to
ABIGAIL_DEVEL=on), then turn on AddressSanitizer in the build.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
configure.ac