Skip to content

Use clang instead of gcc to build libvpx #1318

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jemoreira
Copy link
Member

No description provided.

@jemoreira jemoreira requested review from adelva1984 and Databean June 24, 2025 00:09
@jemoreira
Copy link
Member Author

I tried using the clang toolchains from the genrule, but that fails because they need to define a TemplateVariableInfo but don't.

@@ -18,7 +18,7 @@ genrule(
cmd = " && ".join([
"INITIAL_WD=`pwd`",
"cd `dirname $(location configure)`",
"./configure",
"CC=clang CXX=clang++ ./configure",
Copy link
Member

Choose a reason for hiding this comment

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

Is this using the distro clang?

@jemoreira jemoreira marked this pull request as draft June 25, 2025 00:44
auto-merge was automatically disabled June 25, 2025 00:44

Pull request was converted to draft

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