Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
c0b854e9
Commit
c0b854e9
authored
Jan 04, 2022
by
Eric Lindblad
Browse files
add NUMJOBS
parent
44a5507f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c0b854e9
...
...
@@ -68,7 +68,9 @@ 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 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`
.)
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
]
,
...
...
Ghost User
@ghost
mentioned in commit
cbbdcc4e
·
Jan 14, 2022
mentioned in commit
cbbdcc4e
mentioned in commit cbbdcc4e5fe87dd2ba40c64a6163c187937f4ce0
Toggle commit list
Ghost User
@ghost
mentioned in commit
564b89ae
·
Jan 14, 2022
mentioned in commit
564b89ae
mentioned in commit 564b89ae08bbda9f46dcd0e6ad784e5899b3f01f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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