]> git.puffer.fish Git - mirror/frr.git/commit
configure.ac: make msan & ubsan flags additive 5618/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 3 Jan 2020 20:03:37 +0000 (15:03 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 3 Jan 2020 20:03:37 +0000 (15:03 -0500)
commit982187afb575e41b45e921194d3d6857bd094881
tree7e92df97ef6d7d9370b3ff4cd6b450944253d14a
parentf8034506de01e8f77ff470acec3fdbbd9a05dd2d
configure.ac: make msan & ubsan flags additive

These were setting = SAN_FLAGS, we want to add to the variable. Note
MSAN can't be used with any other sanitizer (except UBSan) but the
compiler will complain about that if you use it wrong so we don't need
to enforce it here.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
configure.ac