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