From 9912fd6774a0498075c36c5ffd2bef13495e990e Mon Sep 17 00:00:00 2001 From: James Crook Date: Sat, 29 Sep 2018 19:43:45 +0100 Subject: [PATCH] Remove -j4 The -j4 is a faster variation for multicore machines. --- linux/build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/build.txt b/linux/build.txt index 3f407f242..de718deb4 100644 --- a/linux/build.txt +++ b/linux/build.txt @@ -70,5 +70,5 @@ Audacity: ../configure --with-lib-preference="local system" - make -j4 - make install # as root \ No newline at end of file + make + make install # as root