blob: 8e20aac1dd13eafbb3116f507721ca16d252773e (
plain)
1
2
3
4
5
6
7
8
|
if test `uname -s` = Linux; then
. $topsrcdir/build/macosx/cross-mozconfig.common
fi
if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$USE_ARTIFACT" ]; then
# Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.
ac_add_options --enable-linker=ld64
fi
|