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