summaryrefslogtreecommitdiffhomepage
path: root/tools/asm.json
blob: ae027c0625b7de848693fa4c272dc843b8754d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["../dev/LibCompiler", "../dev/", "../dev/LibCompiler/src/Detail"],
  "sources_path": ["asm.cc"],
  "output_name": "asm",
  "compiler_flags": ["-L/usr/lib", "-lCompiler"],
  "cpp_macros": [
    "__ASM__=202401",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}