summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-asm.json
blob: 060fbf3b6b3d3d177ddf988cda7d338bc54cdda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": ["../../include/CompilerKit", "../../include", "../../include/CompilerKit/src/Detail"],
  "sources_path": ["pef-amd64-asm.cc"],
  "output_name": "pef-amd64-asm",
  "compiler_flags": ["-L/usr/lib"],
  "cpp_macros": [
    "__DRV_ASM__=202601",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}