зеркало из https://github.com/mozilla/gecko-dev.git
29 строки
947 B
JSON
29 строки
947 B
JSON
{
|
|
"stages": "4",
|
|
"pgo" : true,
|
|
"build_libcxx": true,
|
|
"build_wasm": 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",
|
|
"wasi-sysroot": "{MOZ_FETCHES_DIR}/wasi-sysroot",
|
|
"patches": [
|
|
"static-llvm-symbolizer.patch",
|
|
"find_symbolizer_linux.patch",
|
|
"rename_gcov_flush.patch",
|
|
"critical_section_on_gcov_flush-rG02ce9d8ef5a8.patch",
|
|
"rG7e18aeba5062.patch",
|
|
"llvmorg-11-init-4265-g2dcbdba8540.patch",
|
|
"android-mangling-error.patch",
|
|
"unpoison-thread-stacks.patch",
|
|
"downgrade-mangling-error.patch",
|
|
"tsan-hang-be41a98ac222.patch",
|
|
"llvmorg-11-init-15486-gfc937806efd-dont-jump-to-landing-pads.patch",
|
|
"loosen-msvc-detection.patch"
|
|
]
|
|
}
|