1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02:00

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

View File

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