Skip to content

Commit

Permalink
bppp/build: Fix linkage of benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Jul 27, 2023
1 parent 33f86f3 commit f506aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/bppp/Makefile.am.include
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ noinst_HEADERS += src/modules/bppp/tests_impl.h
if USE_BENCHMARK
noinst_PROGRAMS += bench_bppp
bench_bppp_SOURCES = src/bench_bppp.c
bench_bppp_LDADD = libsecp256k1.la $(SECP_LIBS)
bench_bppp_LDFLAGS = -static
bench_bppp_LDADD = libsecp256k1.la
bench_bppp_CPPFLAGS = $(SECP_CONFIG_DEFINES)
endif

0 comments on commit f506aa9

Please sign in to comment.