Skip to content

Commit f506aa9

Browse files
bppp/build: Fix linkage of benchmark
1 parent 33f86f3 commit f506aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/bppp/Makefile.am.include

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ noinst_HEADERS += src/modules/bppp/tests_impl.h
88
if USE_BENCHMARK
99
noinst_PROGRAMS += bench_bppp
1010
bench_bppp_SOURCES = src/bench_bppp.c
11-
bench_bppp_LDADD = libsecp256k1.la $(SECP_LIBS)
12-
bench_bppp_LDFLAGS = -static
11+
bench_bppp_LDADD = libsecp256k1.la
12+
bench_bppp_CPPFLAGS = $(SECP_CONFIG_DEFINES)
1313
endif

0 commit comments

Comments
 (0)