summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/posix/udbg.json
blob: f3c3114ad81ec08dc00544ec7ee5d48aada29938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"],
  "sources_path": ["udbg.cpp"],
  "output_name": "udbg",
  "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"],
  "cpp_macros": [
    "__DBG__=202603",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}