Bug 1797919 [wpt PR 36708] - Screen orientation: small bug fixes, a=testonly
[gecko.git] / build / mozconfig.no-compile
blob4632fabe0108b8600c3add0c6c9cd4d39e8f4a8c
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 VC_PATH
22 unset WINDOWSSDKDIR
23 unset MOZ_LTO
25 unset MOZ_STDCXX_COMPAT
26 unset MOZ_NO_PIE_COMPAT
28 # Don't unset this on Linux artifact builds so the artifact builds correctly
29 # package any Wasm sandboxed shared libraries.
30 if test `uname -s` != Linux; then
31   unset WASM_SANDBOXED_LIBRARIES