summaryrefslogtreecommitdiffhomepage
path: root/src/Tools/dbg.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 17:27:19 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 17:27:19 -0500
commitdad25544802de6d4cd839f5d6d5753ad7faeef97 (patch)
treeac60308829c163689c47da059d5de14296d81f4e /src/Tools/dbg.json
parentbdef578a578177ce95c01fa061a028292556ecbe (diff)
chore: update general specs and citation file, breaking project structure changes as well.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/Tools/dbg.json')
-rw-r--r--src/Tools/dbg.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Tools/dbg.json b/src/Tools/dbg.json
new file mode 100644
index 0000000..8e786a7
--- /dev/null
+++ b/src/Tools/dbg.json
@@ -0,0 +1,12 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"],
+ "sources_path": ["dbg.cc"],
+ "output_name": "dbg",
+ "compiler_flags": ["-L/usr/lib", "-lDebuggerKit"],
+ "cpp_macros": [
+ "__DBG__=202401",
+ "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
+ ]
+}