diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-05 02:53:03 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-09-30 11:07:43 +0300 |
commit | 6bc43989372386bf1dc6ee2a763a46a2d0780059 (patch) | |
tree | f2324fab94ccac4512f0f2a3e1e751812ad43cc5 /build_msvc | |
parent | c4139f06a943edc38e3b02980fbe7aa4ed794374 (diff) |
doc: Suggest using jom instead of nmake
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md index a380ab9544..36fb942c8e 100644 --- a/build_msvc/README.md +++ b/build_msvc/README.md @@ -40,6 +40,8 @@ nmake nmake install ``` +One could speed up building with [`jom`](https://wiki.qt.io/Jom), a replacement for `nmake` which makes use of all CPU cores. + To build Bitcoin Core without Qt, unload or disable the `bitcoin-qt`, `libbitcoin_qt` and `test_bitcoin-qt` projects. |