From e68aadb49ad96acea1abf952142a8a5e62461664 Mon Sep 17 00:00:00 2001 From: Delgan <4193924+Delgan@users.noreply.github.com> Date: Sat, 29 Apr 2023 12:56:10 +0200 Subject: [PATCH] Don't suggest to start build with infinite number of threads --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 063dced4a1..e89d90ada8 100644 --- a/index.rst +++ b/index.rst @@ -29,7 +29,7 @@ instructions please see the :ref:`setup guide `. 3. Build Python, on UNIX and macOS use:: - ./configure --with-pydebug && make -j + ./configure --with-pydebug && make -j4 and on Windows use: