gecko-dev/build/macosx/mozconfig.common

9 lines
291 B
Plaintext

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