summaryrefslogtreecommitdiffhomepage
path: root/src/Tools/pef-amd64-cxxdrv.json
blob: 62b5b4d896417285d99a3c2019b5adb79230d235 (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": [
    "../CompilerKit",
    "../",
    "../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)"
  ]
}