You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes make is called with -C / --directory. This is currently not supported without disabling the strict mode. Following commands results in empty file.
compiledb -v -o compile_commands.json --no-build make -C project/
Current workout is to manually specify the project
compiledb --build-dir=project/ -v -o compile_commands.json --no-build make -C project/
I think this could be feasible as part of the make wrapper.
The text was updated successfully, but these errors were encountered:
Sometimes make is called with -C / --directory. This is currently not supported without disabling the strict mode. Following commands results in empty file.
Current workout is to manually specify the project
I think this could be feasible as part of the make wrapper.
The text was updated successfully, but these errors were encountered: