summaryrefslogtreecommitdiffhomepage
path: root/tools/cxxdrv.json
blob: 5b1919dd48f390378141ba226ac7bfefd5a61aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": [
    "../dev/LibCompiler",
    "../dev/",
    "../dev/LibCompiler/src/Detail"
  ],
  "sources_path": [
    "cxxdrv.cc"
  ],
  "output_name": "cxxdrv",
  "compiler_flags": [
  ],
  "cpp_macros": [
    "__CXXDRV__=202504",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}