Bug 1649121: part 26) Move `CollectTopMostChildContentsCompletelyInRange`. r=masayuki
[gecko.git] / build / mozconfig.no-compile
blob11782622cfa05d4f11eede5dc90c46e15a2035cc
1 ac_add_options --disable-compile-environment
3 # In case mozconfig.cache was already included
4 unset CCACHE
5 unset SCCACHE_VERBOSE_STATS
6 # In case it wasn't
7 NO_CACHE=1
9 # Override any toolchain defines we've inherited from other mozconfigs.
10 unset CC
11 unset CXX
12 unset HOST_CC
13 unset HOST_CXX
14 unset LINKER
15 unset RUSTC
16 unset RUSTFLAGS
17 unset CARGO
18 unset RUSTDOC
19 unset RUSTFMT
20 unset CBINDGEN
21 unset MAKECAB
22 unset DUMP_SYMS
23 unset TOOLCHAIN_PREFIX
24 unset BINDGEN_CFLAGS
25 unset LLVM_CONFIG
26 unset LLVM_PROFDATA
27 unset ENABLE_CLANG_PLUGIN
28 unset MACOS_SDK_DIR
29 unset MACOS_PRIVATE_FRAMEWORKS_DIR
30 unset DIA_SDK_PATH
31 unset VC_PATH
32 unset WINDOWSSDKDIR
33 unset MOZ_LTO
35 unset MOZ_STDCXX_COMPAT
36 unset MOZ_NO_PIE_COMPAT
38 unset AR
39 unset NM
40 unset RANLIB
41 unset NASM
43 # Don't unset this on Linux artifact builds so the artifact builds correctly
44 # package any Wasm sandboxed shared libraries.
45 if test `uname -s` != Linux; then
46   unset WASM_SANDBOXED_LIBRARIES
48 unset WASM_CC
49 unset WASM_CXX
50 unset LUCETC
51 unset WASI_SYSROOT
52 unset PDBSTR
53 unset WINCHECKSEC