Generate `compile_commands.json` by running a build command
Generate compilation database with a custom output file name
bear --output path/to/compile_commands.json -- makeAppend results to an existing `compile_commands.json` file
Run in verbose mode to get detailed output
Force `bear` to use the preload method for command interception
bear --force-preload -- make