mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-06-15 14:08:33 +09:00
Speed up ly compilation by enabling parallelism.
This commit is contained in:
@@ -102,7 +102,7 @@ DEBIAN_FRONTEND=noninteractive \
|
|||||||
cd /
|
cd /
|
||||||
git clone --recurse-submodules -b master-24f017e https://github.com/brain-hackers/ly.git
|
git clone --recurse-submodules -b master-24f017e https://github.com/brain-hackers/ly.git
|
||||||
cd ly
|
cd ly
|
||||||
make
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
make installsystemd
|
make installsystemd
|
||||||
cd /
|
cd /
|
||||||
|
|||||||
Reference in New Issue
Block a user