1
0
Fork 0
firefox/build/macosx/mozconfig.common
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
291 B
Text

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