]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
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@opensourcerouting.org>
Sat, 8 Sep 2018 19:30:42 +0000 (21:30 +0200)
commitdbac691da646e624addc8f3ed5e744f9d3f8d69f
tree59b52a11b02a5ce51ba102716c9c6a337193a04c
parent184792415987af06870c672ea2dd15d5b7fa06f5
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