Skip to content

Commit

Permalink
Makefile.am: Remove -export-dynamic.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
blp committed May 14, 2012
1 parent b67b2b0 commit 432f6ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 432f6ac

Please sign in to comment.