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

Improve build time on Windows with clang-cl #80

Merged
merged 4 commits into from
Aug 6, 2024
Merged

Conversation

crbrz
Copy link
Contributor

@crbrz crbrz commented Aug 5, 2024

To workaround clang-cl not supporting multi-process compile (/MP flag) split DLL build in two steps:

  1. compile the source files to object files (runs in parallel with parallel feature from cc)
  2. link the object files into a DLL

@jdm jdm enabled auto-merge August 5, 2024 20:28
@sagudev sagudev disabled auto-merge August 6, 2024 08:39
@sagudev sagudev enabled auto-merge August 6, 2024 08:39
@sagudev sagudev added this pull request to the merge queue Aug 6, 2024
Merged via the queue into servo:main with commit 6f2f98e Aug 6, 2024
9 checks passed
@crbrz crbrz deleted the patch branch September 10, 2024 12:00
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.

2 participants