]> git.proxmox.com Git - mirror_frr.git/commit
*: disable all sanitizers for clippy build
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 8 Jun 2018 16:39:31 +0000 (16:39 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 8 Jun 2018 17:22:13 +0000 (17:22 +0000)
commite9f272a49eb36d8aad77e772135f47509a2425bd
tree55df9dccfcf4a48e845dcef4d1e517536ffa5b45
parent7af380695a39fecd31a123436c32aff78a17a27e
*: disable all sanitizers for clippy build

* Move configure flag propagations out of user flags
* Use AC_SUBST to transfer flag values to Automake
* Set default AM_CFLAGS and AM_CPPFLAGS in common.am and change child
  Makefiles to modify these base variables
* Add flag override to turn off all sanitizers when building clippy
* Remove LSAN suppressions blacklist as it's no longer needed

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Makefile.am
bgpd/Makefile.am
common.am
configure.ac
lib/subdir.am
tools/lsan-suppressions.txt [deleted file]
vtysh/Makefile.am