mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
c10d0fa5e2
This improves out-of-the-box support for cross-compiles on tier-1 build platforms, including for asan. This also reduces the number of different *-cross toolchains we need for CI builds. The linux clang is now also a repack, like the others, and the insertion of the wasm compiler-rt is moved to the repack, which also allows to remove that part of the build-clang.py script. Differential Revision: https://phabricator.services.mozilla.com/D138749
7 lines
90 B
JSON
7 lines
90 B
JSON
{
|
|
"build_wasm": true,
|
|
"cc": "cl.exe",
|
|
"cxx": "cl.exe",
|
|
"ml": "ml64.exe"
|
|
}
|