blob: 9c3d311f69c52a08ed94a6c809477be5f30d0255 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": [
"../DebuggerKit",
"../"
],
"sources_path": ["src/*.cc"],
"output_name": "/usr/local/lib/libDebuggerKit.dylib",
"compiler_flags": ["-fPIC", "-shared"],
"cpp_macros": [
"__NECTI__=202505",
"DK_USE_STRUCTS=1",
"DK_NEKERNEL_DEBUGGER",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
]
}
|