]> git.ipfire.org Git - thirdparty/lxc.git/commit
autoconf: stop passing -fsanitize=address via AM_LDFLAGS 3801/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 13 Apr 2021 23:55:23 +0000 (23:55 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 14 Apr 2021 00:47:46 +0000 (00:47 +0000)
commitd480165a4b3e673e735a155c30a2684087322bce
treebce787141df8ec87729b05f980332bca31ae1399
parenta0befb8416241930d06de6b9f8da6823332f20d7
autoconf: stop passing -fsanitize=address via AM_LDFLAGS

The snippet is redundant because the build system automatically
passes the sanitizers flags set in AM_CFLAGS to the linker

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
configure.ac