summaryrefslogtreecommitdiffhomepage
path: root/lc-posix.json
blob: a48075f298c0df94d3991ba81a5ec9d3823556dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "compiler_path": "g++",
  "compiler_std": "c++20",
  "headers_path": [
    "./dev/LibCompiler",
    "./dev",
    "./dev/LibCompiler/src",
    "./dev/LibCompiler/src/Detail"
  ],
  "sources_path": [
    "dev/LibCompiler/src/*.cc",
    "dev/LibCompiler/src/*/*.cc"
  ],
  "output_name": "/usr/local/lib/libCompiler.so",
  "compiler_flags": [
    "-fPIC",
    "-shared"
  ],
  "cpp_macros": [
    "__LIBCOMPILER__=202505",
    "LC_USE_STRUCTS=1",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ]
}