]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merge "Build: Fix menuselect USAN conflicts" into 13
authorJoshua Colp <jcolp@digium.com>
Wed, 10 Feb 2016 21:39:53 +0000 (15:39 -0600)
committerGerrit Code Review <gerrit2@gerrit.digium.api>
Wed, 10 Feb 2016 21:39:53 +0000 (15:39 -0600)
1  2 
build_tools/cflags.xml

index a43daa0ae86d14b2705cdb87bfb9a73badd526f2,54e8ba750516aeb710b752eeb6f1539bfd1762e6..ea741531a6793231860f6125669a3575832a53e4
                        <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>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>