From 7e3dcd7a8b7d6c2e5695470840538eb64ec6ef5c Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 25 Mar 2024 22:48:59 +0100 Subject: [PATCH] parallel build --- .idea/codeStyles/Project.xml | 1 + run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 85f1efab1..10fee6cfe 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,6 +2,7 @@ diff --git a/run.sh b/run.sh index 42071540d..924415101 100755 --- a/run.sh +++ b/run.sh @@ -77,7 +77,7 @@ if [ $CLEAN ]; then cmake --build cmake-build-$MODE --target clean fi -cmake --build cmake-build-$MODE --target iso +cmake --build cmake-build-$MODE --target iso --parallel $(nproc) qemu-system-x86_64 -s $QEMU_OPTS -cdrom cmake-build-$MODE/src/iso/os2.iso