From bd07b6f0dd3f4e490d0c2f0d81d045a977c03eca Mon Sep 17 00:00:00 2001 From: Badalyan Vyacheslav Date: Wed, 10 Feb 2016 05:40:32 +0000 Subject: Build: Added testing compiler to support the system sanitizes In older versions of the compiler was not sanitizes. Compilers other than GCC can not support the Usan and TSAN or have other options for *FLAGS. ASTERISK-25767 #close Reported by: Badalyan Vyacheslav Tested by: Badalyan Vyacheslav Change-Id: Iefce6608221fa87884b82ae3cb5649b7b1804916 --- build_tools/cflags.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build_tools/cflags.xml') diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml index d11fb22e5..a43daa0ae 100644 --- a/build_tools/cflags.xml +++ b/build_tools/cflags.xml @@ -85,6 +85,7 @@ core + HAVE_ADDRESS_SANITIZER extended THREAD_SANITIZER LEAK_SANITIZER @@ -93,12 +94,14 @@ DEBUG_CHAOS + HAVE_THREAD_SANITIZER extended ADDRESS_SANITIZER LEAK_SANITIZER UNDEFINED_SANITIZER + HAVE_LEAK_SANITIZER extended ADDRESS_SANITIZER THREAD_SANITIZER @@ -107,6 +110,7 @@ DEBUG_CHAOS + HAVE_UNDEFINED_SANITIZER extended ADDRESS_SANITIZER THREAD_SANITIZER -- cgit v1.2.3