summaryrefslogtreecommitdiffhomepage
path: root/src/Tools/asm.json
blob: bfb8ac7c20a4c91231edef2ee8363e45b5afe52e (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": ["asm.cc"],
  "output_name": "asm",
  "compiler_flags": ["-L/usr/lib", "-lCompilerKit"],
  "cpp_macros": [
    "__ASM__=202401",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}