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

Update and sort settings documentation #1130

Merged
merged 3 commits into from
Apr 2, 2020
Merged

Update and sort settings documentation #1130

merged 3 commits into from
Apr 2, 2020

Conversation

karolinschlegel
Copy link
Contributor

This changes documentation

The following changes are proposed:

  • Sort the settings in alphabetical order
  • Add cmake.parallelJobs to settings documentation

Copy link
Member

@bobbrow bobbrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this!

``cmake.parallelJobs``
**********************

By specifying a number, you can define how many jobs are run in parallel during the build.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would probably say that this controls how many CPU cores are used during the build. -j is passed to build tools that support it, but not all do. I believe msbuild uses /maxcpucount:. I think if you just say that this controls the number of CPU cores used during the build, that should be sufficient.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I changed it.

@bobbrow bobbrow merged commit 0deb19a into microsoft:develop Apr 2, 2020
@bobbrow
Copy link
Member

bobbrow commented Apr 2, 2020

Thank you!

@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants