1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Fix for mod_nyq_bench load failure portion of bug #716. The "-rdynamic"

flag was lost in r12960.
This commit is contained in:
lllucius@gmail.com
2014-05-01 00:20:37 +00:00
parent acfac39316
commit beb016428e
2 changed files with 6 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ audacity_CPPFLAGS = \
$(WX_CXXFLAGS) \
$(NULL)
audacity_LDFLAGS = -rdynamic
audacity_LDADD = \
$(EXPAT_LIBS) \
$(FILEDIALOG_LIBS) \