File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -199,13 +199,11 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
199
199
FUZZ_SUITE_LD_COMMON += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
200
200
endif
201
201
202
- FUZZ_SUITE_LDFLAGS_COMMON = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
203
-
204
202
if ENABLE_FUZZ_BINARY
205
203
test_fuzz_fuzz_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
206
204
test_fuzz_fuzz_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
207
205
test_fuzz_fuzz_LDADD = $(FUZZ_SUITE_LD_COMMON)
208
- test_fuzz_fuzz_LDFLAGS = $(FUZZ_SUITE_LDFLAGS_COMMON ) $(RUNTIME_LDFLAGS)
206
+ test_fuzz_fuzz_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS ) $(RUNTIME_LDFLAGS)
209
207
test_fuzz_fuzz_SOURCES = \
210
208
test/fuzz/addition_overflow.cpp \
211
209
test/fuzz/addrman.cpp \
You can’t perform that action at this time.
0 commit comments