blob: ba225876a770250429ce183b76b057df4f72a0bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"stages": "4",
"pgo" : true,
"build_libcxx": false,
"build_type": "Release",
"assertions": false,
"python_path": "c:/mozilla-build/python/python.exe",
"cc": "cl.exe",
"cxx": "cl.exe",
"ml": "ml64.exe",
"patches": [
"unpoison-thread-stacks_clang_10.patch",
"downgrade-mangling-error.patch",
"bug47258-extract-symbols-mbcs.patch",
"llvmorg-12-init-10926-gb79e990f401-LTO-new-pass-manager.patch",
"loosen-msvc-detection.patch"
]
}
|