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.
23 unset TOOLCHAIN_PREFIX
27 unset ENABLE_CLANG_PLUGIN
29 unset MACOS_PRIVATE_FRAMEWORKS_DIR
35 unset MOZ_STDCXX_COMPAT
36 unset MOZ_NO_PIE_COMPAT
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