nickdiego / compiledb

Tool for generating Clang's JSON Compilation Database files for make-based build systems.
GNU General Public License v3.0
1.38k stars 123 forks source link

Add `verbose=False` kwarg to avoid runtime error. #76

Closed willson556 closed 5 years ago

willson556 commented 5 years ago

Running command compiledb --command-style --output build/compile_commands.json make on current master resulted in an unexpected keyword argument error when generate() was invoked.

This fix resolves that issue -- not positive it's the right fix but it allowed the code to run.

nickdiego commented 5 years ago

Already fixed by #75