summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-cxxdrv.json
blob: 90295b9468a979b128b6085c8628342601586a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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)"
  ]
}