Bug 1874683 - Part 10: Inline String.prototype.at in CacheIR. r=jandem
[gecko.git] / build / macosx / mozconfig.common
blob8e20aac1dd13eafbb3116f507721ca16d252773e
1 if test `uname -s` = Linux; then
2   . $topsrcdir/build/macosx/cross-mozconfig.common
3 fi
5 if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$USE_ARTIFACT" ]; then
6     # Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.
7     ac_add_options --enable-linker=ld64
8 fi