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

Build Skia with Clang-CL #64

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Conversation

Alovchin91
Copy link
Contributor

Official Skia documentation suggests that it's highly recommended to build Skia with Clang-CL on Windows, and that this dramatically improves Skia performance with Software rendering and in other areas. This corresponds with my experience, so here it is.

Related PR for Skiko: JetBrains/skiko#1020

GitHub Actions seem to have a very long PATH variable.
Without the delayed expansion, Debug builds for Windows arm64 are failing.
@igordmn igordmn merged commit 3258ba9 into JetBrains:main Feb 10, 2025
32 checks passed
@Alovchin91 Alovchin91 deleted the alovchin/clang-cl branch February 10, 2025 10:35
igordmn pushed a commit to JetBrains/skiko that referenced this pull request Feb 12, 2025
Official Skia documentation suggests that it's [_highly
recommended_](https://skia.org/docs/user/build/#highly-recommended-build-with-clang-cl)
to build Skia with Clang-CL on Windows, and that this dramatically
improves Skia performance with Software rendering and in other areas.
This corresponds with my experience, so here it is.

Related Skia-pack PR: JetBrains/skia-pack#64

Prerequisite: #1024
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