Skip to content

Commit

Permalink
qemu-6.0.0-0: Build with all threads
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed May 28, 2021
1 parent 5ba7b2c commit 6744078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qemu-6.0.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ cd qemu-$VERSION
--enable-jemalloc \
--audio-drv-list=${AUDIODRIVERS}

make -j $(($(nproc)*4/5+1))
make -j $(nproc)
make install



exit

0 comments on commit 6744078

Please sign in to comment.