From d156dda7b62725d8d023c1f44edc9a0e46f124ee Mon Sep 17 00:00:00 2001 From: TreezZ <105643013+BigTreezZ@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:24:42 +0100 Subject: [PATCH] Update building-linux.md with thread numbers (#275) 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 0fa22ebf..9645d8b4 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: