We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94fd89 commit 2af2e49Copy full SHA for 2af2e49
src/doc/en/faq/faq-usage.rst
@@ -70,7 +70,7 @@ Sage. The command
70
71
.. CODE-BLOCK:: shell-session
72
73
- $ export MAKE='make -j8'
+ $ export MAKEFLAGS='-j8'
74
75
will enable 8 threads for parts of the build that support
76
parallelism. Change the number 8 as appropriate to suit the number of
src/doc/it/faq/faq-usage.rst
@@ -70,7 +70,7 @@ questi prerequisiti come segue::
Se hai un sistema multiprocessore puoi scegliere una
compilazione parallela di Sage. Il comando ::
- export MAKE='make -j8'
+ export MAKEFLAGS='-j8'
abiliterà 8 threads per quelle parti della compilazione che supportano
il parallelismo. Al posto del numero 8 metti il numero di
0 commit comments