From 432f6ac6336fb8d65f79aca8e5231f4d53b3c5ee Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 14 May 2012 13:31:07 -0700 Subject: [PATCH] Makefile.am: Remove -export-dynamic. This got added as part of the "initial import" commit from March 2008. I don't see any value in it. Signed-off-by: Ben Pfaff --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 91adf05fe..c0c100e76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,6 @@ AM_CFLAGS += $(WARNING_FLAGS) if NDEBUG AM_CPPFLAGS += -DNDEBUG AM_CFLAGS += -fomit-frame-pointer -else -AM_LDFLAGS = -export-dynamic endif ALL_LOCAL = -- 2.43.0