[asterisk-commits] Build: Fix menuselect USAN conflicts (asterisk[11])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 10 14:32:08 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: Build: Fix menuselect USAN conflicts
......................................................................
Build: Fix menuselect USAN conflicts
USAN can be used together with other sanitizers.
Reported by: Badalyan Vyacheslav
Tested by: Badalyan Vyacheslav
Change-Id: I3bffa350d70965c3026651dba3a12414d0aaa45f
---
M build_tools/cflags.xml
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
George Joseph: Looks good to me, but someone else must approve
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index b5c447b..5e06ed9 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -67,27 +67,21 @@
<support_level>extended</support_level>
<conflict>THREAD_SANITIZER</conflict>
<conflict>LEAK_SANITIZER</conflict>
- <conflict>UNDEFINED_SANITIZER</conflict>
<conflict>MALLOC_DEBUG</conflict>
</member>
<member name="THREAD_SANITIZER" displayname="Thread Sanitizer">
<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">
<support_level>extended</support_level>
<conflict>ADDRESS_SANITIZER</conflict>
<conflict>THREAD_SANITIZER</conflict>
- <conflict>UNDEFINED_SANITIZER</conflict>
<conflict>MALLOC_DEBUG</conflict>
</member>
<member name="UNDEFINED_SANITIZER" displayname="Undefined Behavior Sanitizer">
<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>
--
To view, visit https://gerrit.asterisk.org/2229
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3bffa350d70965c3026651dba3a12414d0aaa45f
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Badalian Vyacheslav <v.badalyan at open-bs.ru>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list