summaryrefslogtreecommitdiffhomepage
path: root/tools/kdbg.json
blob: 8019a76c4985f46c8dfd06b5f191508cf4f72347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["../dev/LibCompiler", "../dev/", "../dev/LibCompiler/src/Detail"],
  "sources_path": ["kdbg.cc"],
  "output_name": "kdbg",
  "compiler_flags": ["-L/usr/lib", "-lDebugger"],
  "cpp_macros": [
    "__DBG__=202401",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}