aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/README.md2
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.