Do not force benchmarks to be statically linked.
Libtool will do the right thing and use whatever is available based on --enable-shared/--enable-static. This also means that some of the things we build actually test the dynamic library.
This commit is contained in:
@@ -5,5 +5,4 @@ if USE_BENCHMARK
|
||||
noinst_PROGRAMS += bench_ecdh
|
||||
bench_ecdh_SOURCES = src/bench_ecdh.c
|
||||
bench_ecdh_LDADD = libsecp256k1.la $(SECP_LIBS)
|
||||
bench_ecdh_LDFLAGS = -static
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user