diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-05 12:51:44 (EST) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-05 12:51:44 (EST) |
commit | 83fa421255d4f3a87a2892d8363eba916920a557 (patch) | |
tree | 0d4a75bd2855bb2c7e58085e586432e6321a8039 | |
parent | 6d3c5357b99d6c1a8246385d3f7f303734cbad52 (diff) | |
download | marquee-83fa421255d4f3a87a2892d8363eba916920a557.zip marquee-83fa421255d4f3a87a2892d8363eba916920a557.tar.gz marquee-83fa421255d4f3a87a2892d8363eba916920a557.tar.bz2 |
Makefile.am: Use $(ASAN_CFLAGS)
-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)\" \ |