-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a --parallel flag #1142
Comments
Not that hard to add, but it might be confusing to have two flags for enabling the same functionality. |
@23Skidoo This idea comes from the (very long) discussion we had about how to allow users to enable parallel builds by default in |
That is, #1053. I have a patch that makes it possible to write The discussion in #1053 was about extending this syntax to other kinds of options ( |
I could swear we had a discussion where we decided to punt on the default value issue and settle for |
I don't feel strongly about the
|
I think the solution is not to try to pretend that there is a global
|
We're doing this: 9926424 |
In case of The
Great, thanks. I like this better than a separate |
We should add a
--parallel
flag that turns on the parallel build infrastructure. The purpose of having this flag in addition to--jobs
is so users can enable it in~/.cabal/config
and still get the smart default number of jobs selection that's already implemented.The text was updated successfully, but these errors were encountered: