Skip to content

Commit fadb446

Browse files
author
MarcoFalke
committed
build: Inline FUZZ_SUITE_LDFLAGS_COMMON
This is a refactor
1 parent 88fc795 commit fadb446

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,11 @@ test_test_bitcoin_LDADD += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
199199
FUZZ_SUITE_LD_COMMON += $(LIBBITCOIN_ZMQ) $(ZMQ_LIBS)
200200
endif
201201

202-
FUZZ_SUITE_LDFLAGS_COMMON = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
203-
204202
if ENABLE_FUZZ_BINARY
205203
test_fuzz_fuzz_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
206204
test_fuzz_fuzz_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
207205
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)
209207
test_fuzz_fuzz_SOURCES = \
210208
test/fuzz/addition_overflow.cpp \
211209
test/fuzz/addrman.cpp \

0 commit comments

Comments
 (0)