Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMAKE compile_commands flag addition
The DCMAKE_EXPORT_COMPILE_COMMANDS flag generates the `compile_commands.json` file which contains the exact compiler calls for all translation units of the project in machine-readable form. This file is used by many code analysis tools, IDE(s), refactoring tools, etc. There is no harm in having the `compile_commands.json` file. We want to integrate clang-tidy into the Ceph CI for which the `compile_commands.json` file is necessary. Signed-off-by: Suyash Dongre <[email protected]>
- Loading branch information