ac_add_options --disable-compile-environment# In case mozconfig.cache was already includedunset CCACHEunset SCCACHE_VERBOSE_STATS# In case it wasn'tNO_CACHE=1# Override any toolchain defines we've inherited from other mozconfigs.unset CCunset CXXunset CPPFLAGSunset CFLAGSunset CXXFLAGSunset LDFLAGSunset HOST_CCunset HOST_CXXunset HOST_CPPFLAGSunset HOST_CFLAGSunset HOST_CXXFLAGSunset HOST_LDFLAGSunset LINKERunset RUSTFLAGSunset TOOLCHAIN_PREFIXunset BINDGEN_CFLAGSunset ENABLE_CLANG_PLUGINunset MACOS_SDK_DIRunset MACOS_PRIVATE_FRAMEWORKS_DIRunset WINSYSROOTunset MOZ_LTOunset MOZ_STDCXX_COMPATunset MOZ_NO_PIE_COMPAT# Don't unset this on Linux artifact builds so the artifact builds correctly# package any Wasm sandboxed shared libraries.if test `uname -s` != Linux; then unset WASM_SANDBOXED_LIBRARIESfi