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

mutate: allow configuring of compiler mapping #910

Open
joakim-brannstrom opened this issue Sep 15, 2019 · 0 comments
Open

mutate: allow configuring of compiler mapping #910

joakim-brannstrom opened this issue Sep 15, 2019 · 0 comments

Comments

@joakim-brannstrom
Copy link
Owner

Problem
The option:

[compiler]
# use this compilers system includes instead of the one used in the compile_commands.json
# use_compiler_system_includes = "/path/to/c++"

overwrite all compilers used which may make it hard in a project that is a combination of both C and C++. The languages have diverged such that a C++ compiler cannot in all cases compile the C code.

Proposed Solution
Change use_compiler_system_includes to a compiler dictionary that can hold multiple compilers.

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

No branches or pull requests

1 participant