Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / build / mozconfig.no-compile
blob68dc06fb12ec2c474216d9a9398f44f30ea63a63
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 RUSTFLAGS
16 unset TOOLCHAIN_PREFIX
17 unset BINDGEN_CFLAGS
18 unset ENABLE_CLANG_PLUGIN
19 unset MACOS_SDK_DIR
20 unset MACOS_PRIVATE_FRAMEWORKS_DIR
21 unset WINSYSROOT
22 unset MOZ_LTO
24 unset MOZ_STDCXX_COMPAT
25 unset MOZ_NO_PIE_COMPAT
27 # Don't unset this on Linux artifact builds so the artifact builds correctly
28 # package any Wasm sandboxed shared libraries.
29 if test `uname -s` != Linux; then
30   unset WASM_SANDBOXED_LIBRARIES