summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-11-mingw.json
blob: 4dcd9b26c466b152136da6c7ab0ea8fda1f8b4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "stages": "4",
    "pgo" : true,
    "build_libcxx": true,
    "build_type": "Release",
    "assertions": false,
    "python_path": "/usr/bin/python2.7",
    "gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
    "cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
    "as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "patches": [
    ]
}