Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
sheaf
GHC
Commits
564b89ae
Commit
564b89ae
authored
Jan 05, 2022
by
Eric Lindblad
Committed by
Marge Bot
Jan 14, 2022
Browse files
Revert "add NUMJOBS"
This reverts commit c0b854e929f82c680530e944e12fad24f9e14f8e
parent
9ccc445a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
564b89ae
...
...
@@ -68,9 +68,7 @@ and Xelatex (only for PDF output).
(NB:
**Do you have multiple cores? Be sure to tell that to `make`!**
This can
save you hours of build time depending on your system configuration, and is
almost always a win regardless of how many cores you have. As a simple rule,
you should have about N+1 jobs, where
`N`
is the amount of cores you have; you
can also set a shell variable
`NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}`
and then run
`make $NUMJOBS`
.)
you should have about N+1 jobs, where
`N`
is the amount of cores you have.)
The
`./boot`
step is only necessary if this is a tree checked out
from git. For source distributions downloaded from
[
GHC's web site
][
1
]
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment