summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2023-04-30 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2023-04-30 08:00:00 +0000
commit5afe61afd082d6fb7de6716bddd52bed9fb988e3 (patch)
tree2f6a8ca1060e31597ed16b4993548a3ae5fc07e5
parent8963de965b64092333a29e1589334886ebee97ac (diff)
downloadstrace-5afe61afd082d6fb7de6716bddd52bed9fb988e3.tar.gz
dist/INSTALL: suggest parallelized build
* dist/INSTALL: Pass -j`nproc` to "make" and "make check" invocations.
-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