From 529d9f5a219de8d8a26bce9b40f864e23bd4383d Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 25 Jun 2024 13:32:24 +0200 Subject: [PATCH] Test parallel build. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa2e5a9..7833c02 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ When you want to see whats happening do a debug run; debug run real msx speed; time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make clean assert-all real 1m44.184s + + parallel run; + time make -j2 clean assert-all + real 0m0.358s ## Functions -- 2.39.5