File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,15 @@ LIBBITCOIN_CRYPTO=crypto/libbitcoin_crypto.a
3636LIBBITCOIN_UNIVALUE =univalue/libbitcoin_univalue.a
3737LIBBITCOINQT =qt/libbitcoinqt.a
3838
39+ # Make is not made aware of per-object dependencies to avoid limiting building parallelization
40+ # But to build the less dependent modules first, we manually select their order here:
3941noinst_LIBRARIES = \
40- libbitcoin_server.a \
41- libbitcoin_common.a \
42- libbitcoin_cli.a \
42+ crypto/libbitcoin_crypto.a \
4343 libbitcoin_util.a \
44+ libbitcoin_common.a \
4445 univalue/libbitcoin_univalue.a \
45- crypto/libbitcoin_crypto.a
46+ libbitcoin_server.a \
47+ libbitcoin_cli.a
4648if ENABLE_WALLET
4749BITCOIN_INCLUDES += $(BDB_CPPFLAGS )
4850noinst_LIBRARIES += libbitcoin_wallet.a
You can’t perform that action at this time.
0 commit comments