From 83fa421255d4f3a87a2892d8363eba916920a557 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 05 Nov 2017 12:51:44 -0500 Subject: Makefile.am: Use $(ASAN_CFLAGS) --- diff --git a/Makefile.am b/Makefile.am index cb78081..979ccaa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,7 +42,8 @@ bin_PROGRAMS = marquee marquee_SOURCES = marquee_CFLAGS = \ - $(WARN_CFLAGS) + $(WARN_CFLAGS) \ + $(ASAN_CFLAGS) marquee_CPPFLAGS = \ -DABS_TOP_BUILDDIR=\"$(abs_top_builddir)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -- cgit v0.9.1