Bug 1809679 [wpt PR 37879] - Update wpt metadata, a=testonly
[gecko.git] / build / unix / mozconfig.linux
blob177d48c23ee422f560e6ea1e6384e3c7831f70e6
1 . "$topsrcdir/build/unix/mozconfig.unix"
3 case "$PERFHERDER_EXTRA_OPTIONS" in
4 base-toolchains*)
5   # We don't build against wayland for base-toolchain builds.
6   ;;
7 x11)
8   ac_add_options --enable-default-toolkit=cairo-gtk3
9   ;;
11   ac_add_options --enable-default-toolkit=cairo-gtk3-x11-wayland
12   ;;
13 esac
15 export MOZ_NO_PIE_COMPAT=1
17 if [ -z "$USE_ARTIFACT" -a -z "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$FORCE_GCC" ]; then
18     # Use LLD on most builds, for faster builds, but not on shippable ones because we
19     # want to keep elfhack there, which is incompatible.
20     ac_add_options --enable-linker=lld