summaryrefslogtreecommitdiff
path: root/dist/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'dist/INSTALL')
-rw-r--r--dist/INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/INSTALL b/dist/INSTALL
index c48f22c41..c4de4738a 100644
--- a/dist/INSTALL
+++ b/dist/INSTALL
@@ -99,12 +99,11 @@ For static linking, provide LDFLAGS='-static -pthread'.
2. BUILDING
-make
-make V=1
+make -j`nproc`
3. TESTING
-make check
+make -j`nproc` check
TESTS='list of tests'
VALGRIND_FLAGS