babeltrace-2.0: do not link with -export-dynamic
[babeltrace.git] / cli / Makefile.am
index c45ecd2c83ff7b4586f056ec9ad88debb0f96943..d305bf692a7fa4ce754a8509043d0e4b882184f9 100644 (file)
@@ -30,7 +30,7 @@ babeltrace_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.
-babeltrace_bin_LDFLAGS = $(LD_NO_AS_NEEDED) -Wl,-export-dynamic
+babeltrace_bin_LDFLAGS = $(LD_NO_AS_NEEDED)
 
 # Add all the convenience libraries used by Babeltrace plugins and the
 # library. They will be used when embedding plugins (BUILT_IN_PLUGINS),
This page took 0.023791 seconds and 4 git commands to generate.