Bug 1728955: part 8) Refactor `DisplayErrCode` in Windows' `nsClipboard`. r=masayuki
[gecko.git] / build / mozconfig.no-compile
blob792e9ca057d2c5b48d6776a1986ebe281500383b
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 DIA_SDK_PATH
22 unset VC_PATH
23 unset WINDOWSSDKDIR
24 unset MOZ_LTO
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