mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Add LDFLAGS_WRAP_EXCEPTIONS to dash_fuzzy linking (#3075)
This commit is contained in:
parent
77b88558eb
commit
41ae1c7e20
@ -131,7 +131,7 @@ endif
|
||||
test_test_dash_fuzzy_SOURCES = test/test_dash_fuzzy.cpp
|
||||
test_test_dash_fuzzy_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
||||
test_test_dash_fuzzy_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||
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)
|
||||
|
||||
test_test_dash_fuzzy_LDADD = \
|
||||
$(LIBUNIVALUE) \
|
||||
|
Loading…
Reference in New Issue
Block a user