[Bug 268328] www/firefox fails to build with LTO enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Nov 2023 14:53:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268328

Isaac Nudelman <isbnudelman+oss@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isbnudelman+oss@gmail.com

--- Comment #6 from Isaac Nudelman <isbnudelman+oss@gmail.com> ---
Created attachment 246215
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246215&action=edit
Fixes LLVM mismatch error

By default Firefox does cross-language LTO, which will cause the version
mismatch as Rust tracks a newer LLVM than the wasm toolchain. Disabling
cross-langauge LTO fixes the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.