Add --enable-asan configure option
[babeltrace.git] / src / cli / Makefile.am
index bfe868a18d23b3d953f428cae9fc3376e578bd5c..2428b489e62d6a9e320c05ec91ebd759ed5a2175 100644 (file)
@@ -44,7 +44,7 @@ babeltrace2_bin_SOURCES = \
 # -Wl,--no-as-needed is needed for recent gold linker who seems to think
 # it knows better and considers libraries with constructors having
 # side-effects as dead code.
-babeltrace2_bin_LDFLAGS = $(LD_NO_AS_NEEDED)
+babeltrace2_bin_LDFLAGS = $(AM_LDFLAGS) $(LD_NO_AS_NEEDED)
 
 # Add all the convenience libraries used by Babeltrace plugins and the
 # library. They will be used when embedding plugins (--enable-built-in-plugins),
This page took 0.025078 seconds and 4 git commands to generate.