mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Rename bench_verify to bench_recovery
This commit is contained in:
parent
b43b79a5b1
commit
000bdf6dc3
2 changed files with 4 additions and 1 deletions
|
@ -48,10 +48,13 @@ libsecp256k1_la_LIBADD = $(SECP_LIBS)
|
||||||
|
|
||||||
noinst_PROGRAMS =
|
noinst_PROGRAMS =
|
||||||
if USE_BENCHMARK
|
if USE_BENCHMARK
|
||||||
noinst_PROGRAMS += bench_verify bench_sign bench_inv
|
noinst_PROGRAMS += bench_verify bench_recover bench_sign bench_inv
|
||||||
bench_verify_SOURCES = src/bench_verify.c
|
bench_verify_SOURCES = src/bench_verify.c
|
||||||
bench_verify_LDADD = libsecp256k1.la $(SECP_LIBS)
|
bench_verify_LDADD = libsecp256k1.la $(SECP_LIBS)
|
||||||
bench_verify_LDFLAGS = -static
|
bench_verify_LDFLAGS = -static
|
||||||
|
bench_recover_SOURCES = src/bench_recover.c
|
||||||
|
bench_recover_LDADD = libsecp256k1.la $(SECP_LIBS)
|
||||||
|
bench_recover_LDFLAGS = -static
|
||||||
bench_sign_SOURCES = src/bench_sign.c
|
bench_sign_SOURCES = src/bench_sign.c
|
||||||
bench_sign_LDADD = libsecp256k1.la $(SECP_LIBS)
|
bench_sign_LDADD = libsecp256k1.la $(SECP_LIBS)
|
||||||
bench_sign_LDFLAGS = -static
|
bench_sign_LDFLAGS = -static
|
||||||
|
|
Loading…
Add table
Reference in a new issue