git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin/src/secp256k1 && ./autogen.sh && mkdir build && cd build
../configure --enable-benchmark=yes && make
In file included from ../src/ecmult_gen_impl.h:15:0,
from ../src/secp256k1.c:16,
from ../src/bench_internal.c:19:
./src/ecmult_static_context.h:3:19: fatal error: group.h: No such file or directory
#include "group.h"
add secp256k1 bench flags #13978
pull fingera wants to merge 1 commits into bitcoin:master from fingera:benchmark changing 1 files +1 −1-
fingera commented at 3:07 AM on August 15, 2018: contributor
-
add bench flags 0be4a90226
-
fanquake commented at 3:11 AM on August 15, 2018: member
Please send secp256k1 changes to the upstream repo.
-
Empact commented at 5:49 AM on August 15, 2018: member
- fanquake closed this on Aug 15, 2018
- fingera deleted the branch on Aug 15, 2018
-
fingera commented at 6:09 AM on August 15, 2018: contributor
thks
- fanquake locked this on Aug 15, 2018