diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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)\" \ |