Compilation Data File compile_commands.json
The JSON file compile_commands.json contains detailed compilation commands of each source file during compilation.
Each source file contains the following build information: compilation path, compiler command line parameters, and source file path.
Parent topic: Prerequisites