Remove -j4

The -j4 is a faster variation for multicore machines.
This commit is contained in:
James Crook 2018-09-29 19:43:45 +01:00 committed by GitHub
parent aea04dcabf
commit 9912fd6774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -70,5 +70,5 @@ Audacity:
../configure --with-lib-preference="local system"
make -j4
make install # as root
make
make install # as root