From 1a7f962faa396f933ce943da70ab907d73392717 Mon Sep 17 00:00:00 2001 From: TreezZ <105643013+BigTreezZ@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:35:30 +0100 Subject: [PATCH] Update building-linux.md with thread numbers Final-ish (?) --- documents/building-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/building-linux.md b/documents/building-linux.md index 0fa22ebf4..9645d8b4f 100644 --- a/documents/building-linux.md +++ b/documents/building-linux.md @@ -46,7 +46,7 @@ cd build/ Use make to build the project: ``` -cmake --build . --parallel +cmake --build . --parallel$(nproc) ``` Now run the emulator: