]> git.proxmox.com Git - mirror_frr.git/commit
build: fix & clean up *SAN flags
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 2 Sep 2018 18:36:20 +0000 (20:36 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commiteb4569b6b4e71dcc46b7d3e5089a54d89462faa2
tree0ee693bc00db9d0208673a1af73ac977ab7d8c94
parentbb92f9d1bd538f0d242e3b1180a483eefc0591a4
build: fix & clean up *SAN flags

ASAN/MSAN/TSAN flags need to be in CFLAGS and LDFLAGS; the latter links
the correct compiler-dependent library.  Also, the configure switch was
broken (--disable-... would enable the sanitizer.)

Signed-off-by: David Lamparter <equinox@diac24.net>
Makefile.am
configure.ac
lib/subdir.am
tests/subdir.am