summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-02-10 14:34:51 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-02-10 14:34:51 -0600
commit3b3d64234eb1c012f092a4407d318427977c1a0a (patch)
treecf285f07fbd3ad921f5b0b9ecfe4cfdeb454daab /build_tools
parenta23d01e94346fb46d4b8170e72b494c90fb27d8e (diff)
parentc7186c7f0a70203b77f42b7e6d6997141ab8cf34 (diff)
Merge "Build: Fix menuselect USAN conflicts"
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/cflags.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 763f07eef..566c3b08f 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -89,7 +89,6 @@
<support_level>extended</support_level>
<conflict>THREAD_SANITIZER</conflict>
<conflict>LEAK_SANITIZER</conflict>
- <conflict>UNDEFINED_SANITIZER</conflict>
<conflict>MALLOC_DEBUG</conflict>
<conflict>DEBUG_CHAOS</conflict>
</member>
@@ -98,23 +97,18 @@
<support_level>extended</support_level>
<conflict>ADDRESS_SANITIZER</conflict>
<conflict>LEAK_SANITIZER</conflict>
- <conflict>UNDEFINED_SANITIZER</conflict>
</member>
<member name="LEAK_SANITIZER" displayname="Leak Sanitizer">
<depend>HAVE_LEAK_SANITIZER</depend>
<support_level>extended</support_level>
<conflict>ADDRESS_SANITIZER</conflict>
<conflict>THREAD_SANITIZER</conflict>
- <conflict>UNDEFINED_SANITIZER</conflict>
<conflict>MALLOC_DEBUG</conflict>
<conflict>DEBUG_CHAOS</conflict>
</member>
<member name="UNDEFINED_SANITIZER" displayname="Undefined Behavior Sanitizer">
<depend>HAVE_UNDEFINED_SANITIZER</depend>
<support_level>extended</support_level>
- <conflict>ADDRESS_SANITIZER</conflict>
- <conflict>THREAD_SANITIZER</conflict>
- <conflict>LEAK_SANITIZER</conflict>
</member>
<member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparision of only the tone duration not the silence part">
<conflict>BUSYDETECT_COMPARE_TONE_AND_SILENCE</conflict>