dextool icon indicating copy to clipboard operation
dextool copied to clipboard

mutate: allow configuring of compiler mapping

Open joakim-brannstrom opened this issue 5 years ago • 0 comments

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.

joakim-brannstrom avatar Sep 15 '19 15:09 joakim-brannstrom