{ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": [ "../../include/DebuggerKit", "../../include" ], "sources_path": ["src/*.cc"], "output_name": "/usr/local/lib/libDebuggerKit.dylib", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": [ "__NECTAR__=202505", "CK_USE_STRUCTS=1", "DEBUGGERKIT_POSIX", "DK_MACH_DEBUGGER", "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" ] }