We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8855 commit 41ae1c7Copy full SHA for 41ae1c7
src/Makefile.test.include
@@ -131,7 +131,7 @@ endif
131
test_test_dash_fuzzy_SOURCES = test/test_dash_fuzzy.cpp
132
test_test_dash_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
133
test_test_dash_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
134
-test_test_dash_fuzzy_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
+test_test_dash_fuzzy_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
135
136
test_test_dash_fuzzy_LDADD = \
137
$(LIBUNIVALUE) \
0 commit comments