File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ mkdir -p "$OUTDIR"
201
201
# ##########################
202
202
203
203
# CONFIGFLAGS
204
- CONFIGFLAGS=" --enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
204
+ CONFIGFLAGS=" --enable-multiprocess --without-natpmp --without-upnp --disable-wallet --without-gui --disable-zmq --disable-external-signer --enable- reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
205
205
206
206
# CFLAGS
207
207
HOST_CFLAGS=" -O2 -g"
@@ -250,8 +250,8 @@ mkdir -p "$DISTSRC"
250
250
251
251
sed -i.old ' s/-lstdc++ //g' config.status libtool
252
252
253
- # Build Bitcoin Core
254
- make --jobs=" $JOBS " ${V: +V=1}
253
+ # Build only the Template Provider
254
+ make src/bitcoin-miner --jobs=" $JOBS " ${V: +V=1}
255
255
256
256
# Check that symbol/security checks tools are sane.
257
257
make test-security-check ${V: +V=1}
You can’t perform that action at this time.
0 commit comments