1 . "$topsrcdir/build/unix/mozconfig.unix"
3 case "$PERFHERDER_EXTRA_OPTIONS" in
5 # We don't build against wayland for base-toolchain builds.
8 ac_add_options --enable-default-toolkit=cairo-gtk3
11 ac_add_options --enable-default-toolkit=cairo-gtk3-x11-wayland
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