/ build / compile_commands.json
compile_commands.json
1  [
2  {
3    "directory": "/home/shadowbane/Documents/GIT/Programming_Benchmark/build",
4    "command": "/usr/bin/c++   -std=gnu++17 -O3 -Wall -Wextra -o CMakeFiles/benchmark_tool.dir/src/benchmark.cpp.o -c /home/shadowbane/Documents/GIT/Programming_Benchmark/src/benchmark.cpp",
5    "file": "/home/shadowbane/Documents/GIT/Programming_Benchmark/src/benchmark.cpp",
6    "output": "CMakeFiles/benchmark_tool.dir/src/benchmark.cpp.o"
7  }
8  ]