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

[feature] Improve Clang runtime management #9895

Closed
1 task done
franramirez688 opened this issue Oct 28, 2021 · 1 comment
Closed
1 task done

[feature] Improve Clang runtime management #9895

franramirez688 opened this issue Oct 28, 2021 · 1 comment
Assignees
Milestone

Comments

@franramirez688
Copy link
Contributor

franramirez688 commented Oct 28, 2021

Clang has this definition of runtime in our settings.yml:

    clang:
        ...
        runtime: [None, MD, MT, MTd, MDd]

We're not managing properly these runtime flags and we should do the same as for Visual Studio case because it's confusing you can use it but Conan is doing nothing.

Original issue: #9537

@franramirez688
Copy link
Contributor Author

In the end, this issue does not make sense for clang but clang-cl (that's another issue because it's managed in a different way). The question is if we should get rid of this compiler.runtime setting for Conan 2.0 because it is not being used so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants