We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f86f3 commit f506aa9Copy full SHA for f506aa9
src/modules/bppp/Makefile.am.include
@@ -8,6 +8,6 @@ noinst_HEADERS += src/modules/bppp/tests_impl.h
8
if USE_BENCHMARK
9
noinst_PROGRAMS += bench_bppp
10
bench_bppp_SOURCES = src/bench_bppp.c
11
-bench_bppp_LDADD = libsecp256k1.la $(SECP_LIBS)
12
-bench_bppp_LDFLAGS = -static
+bench_bppp_LDADD = libsecp256k1.la
+bench_bppp_CPPFLAGS = $(SECP_CONFIG_DEFINES)
13
endif
0 commit comments