We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43b79a commit 000bdf6Copy full SHA for 000bdf6
Makefile.am
@@ -48,10 +48,13 @@ libsecp256k1_la_LIBADD = $(SECP_LIBS)
48
49
noinst_PROGRAMS =
50
if USE_BENCHMARK
51
-noinst_PROGRAMS += bench_verify bench_sign bench_inv
+noinst_PROGRAMS += bench_verify bench_recover bench_sign bench_inv
52
bench_verify_SOURCES = src/bench_verify.c
53
bench_verify_LDADD = libsecp256k1.la $(SECP_LIBS)
54
bench_verify_LDFLAGS = -static
55
+bench_recover_SOURCES = src/bench_recover.c
56
+bench_recover_LDADD = libsecp256k1.la $(SECP_LIBS)
57
+bench_recover_LDFLAGS = -static
58
bench_sign_SOURCES = src/bench_sign.c
59
bench_sign_LDADD = libsecp256k1.la $(SECP_LIBS)
60
bench_sign_LDFLAGS = -static
src/bench_verify.c src/bench_recover.csrc/bench_verify.c renamed to src/bench_recover.c
0 commit comments