Skip to content
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 way to specify the number of build jobs #208

Merged
merged 1 commit into from
Dec 4, 2015
Merged

Add a way to specify the number of build jobs #208

merged 1 commit into from
Dec 4, 2015

Conversation

meadori
Copy link
Contributor

@meadori meadori commented Dec 4, 2015

This change adds a '-j' option to the top-level
build script. The computed defaults may not
always be suitable.

Tested by building for Ninja (default), Make (-m), and XCode (-x).
I also verified the jobs count via a process monitor.

This change adds a '-j' option to the top-level
build script.  The computed defaults may not
always be suitable.

Tested by building for Ninja (default), Make (-m), and XCode (-x).
I also verified the jobs count via a process monitor.
@emish
Copy link
Contributor

emish commented Dec 4, 2015

I like this. I was just thinking how my machine was spending too many cycles building as I couldn't use other applications smoothly in the meantime.

gribozavr added a commit that referenced this pull request Dec 4, 2015
build-script: Add a way to specify the number of build jobs
@gribozavr gribozavr merged commit 3695f69 into swiftlang:master Dec 4, 2015
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
…l-buffer

Fixes crash when DispatchData is created from an UnsafeBufferPointer<UInt8> with a nil address (Radar 29337927)
slavapestov pushed a commit to slavapestov/swift that referenced this pull request Nov 27, 2018
…l-buffer

Fixes crash when DispatchData is created from an UnsafeBufferPointer<UInt8> with a nil address (Radar 29337927)

Signed-off-by: Daniel A. Steffen <[email protected]>
dabelknap added a commit to dabelknap/swift that referenced this pull request Jan 23, 2019
Merge the new break model into the format branch.
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants