Skip to content

Build With Multiple Processes When MSVC Is Detected - #857

Open
Deception666 wants to merge 1 commit into
githubuser0xFFFF:masterfrom
Deception666:msvc-build-with-multiple-processes
Open

Build With Multiple Processes When MSVC Is Detected#857
Deception666 wants to merge 1 commit into
githubuser0xFFFF:masterfrom
Deception666:msvc-build-with-multiple-processes

Conversation

@Deception666

Copy link
Copy Markdown
  • add the /MP option to the command line to help decrease compilation times. this will only impact solutions that target visual studio. this compile option will only be added to the command line if QtADS is the main project detected; otherwise, it is assumed that QtADS is being sourced as an external 3rd party library to a larger compilation solution that defines its own compilation requirements.

  • debug full rebuild of all projects without /MP built 80 seconds. same rebuild with /MP built in 20 seconds.

- add the /MP option to the command line to help decrease compilation
  times.  this will only impact solutions that target visual studio.
  this compile option will only be added to the command line if QtADS is
  the main project detected; otherwise, it is assumed that QtADS is
  being sourced as an external 3rd party library to a larger compilation
  solution that defines its own compilation requirements.

- debug full rebuild of all projects without /MP built 80 seconds.  same
  rebuild with /MP built in 20 seconds.
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.

1 participant