blob: 3cf7038e98c119b2f8d73cf4df5d8dfe6f826db1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"stages": "1",
"build_libcxx": false,
"build_type": "Release",
"assertions": false,
"build_clang_tidy": true,
"python_path": "c:/mozilla-build/python/python.exe",
"cc": "cl.exe",
"cxx": "cl.exe",
"ml": "ml64.exe",
"patches": [
"clang-tidy-ci.patch",
"clang-tidy-no-errors.patch"
]
}
|