summaryrefslogtreecommitdiffstats
path: root/build/macosx/mozconfig.common
blob: 90539a04a1b36cc1f2d178cbb46447fc325afef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if test `uname -s` = Linux; then
  . $topsrcdir/build/macosx/cross-mozconfig.common
fi

export MACOS_SDK_DIR=$MOZ_FETCHES_DIR/MacOSX11.3.sdk

if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$USE_ARTIFACT" ]; then
    # Work around https://github.com/llvm/llvm-project/issues/57734
    export LDFLAGS=-Wl,-mllvm,--opaque-pointers

    # Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.
    ac_add_options --enable-linker=ld64
fi