mozconfig.common (291B)
1 if test `uname -s` = Linux; then 2 . $topsrcdir/build/macosx/cross-mozconfig.common 3 fi 4 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