1 ac_add_options --disable-compile-environment
3 # In case mozconfig.cache was already included
5 unset SCCACHE_VERBOSE_STATS
9 # Override any toolchain defines we've inherited from other mozconfigs.
16 unset TOOLCHAIN_PREFIX
18 unset ENABLE_CLANG_PLUGIN
20 unset MACOS_PRIVATE_FRAMEWORKS_DIR
26 unset MOZ_STDCXX_COMPAT
27 unset MOZ_NO_PIE_COMPAT
29 # Don't unset this on Linux artifact builds so the artifact builds correctly
30 # package any Wasm sandboxed shared libraries.
31 if test `uname -s` != Linux; then
32 unset WASM_SANDBOXED_LIBRARIES