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