diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-07-10 13:46:31 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2020-04-05 21:48:21 -0400 |
commit | e6e44eedd56ecaf59f3fabf8e07ab7dee0ddb1b6 (patch) | |
tree | c75b388704bfbd7336a2840dd8f421c9785830fc /.gitignore | |
parent | 516ebe8a62de1906f8be9c4a144ea5753678eb4f (diff) |
Multiprocess build changes
autotools and automake changes to support multiprocess execution.
This adds a new --enable-multiprocess flag, and build configuration code to
detect libraries needed for multiprocess support. The --enable-multiprocess
flag builds new bitcoin-node and bitcoin-gui executables, which are updated in
https://github.com/bitcoin/bitcoin/pull/10102 to communicate across processes.
But for now they are functionally equivalent to existing bitcoind and
bitcoin-qt executables.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1c487f43a7..5b9ec1f355 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ src/bitcoin src/bitcoind src/bitcoin-cli +src/bitcoin-gui +src/bitcoin-node src/bitcoin-tx src/bitcoin-wallet src/test/fuzz |