blob: f661fc5e6e9ff7f0dfed93d40a21907d804f6652 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
"sources_path": ["kdbg.cc"],
"output_name": "kdbg",
"compiler_flags": ["-L/usr/lib", "-lDebuggerKit"],
"cpp_macros": [
"__DBG__=202401",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
]
}
|