CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/09/20 01:03:06
Modified files:
www/mozilla-firefox: Makefile
Log message:
www/mozilla-firefox: switch arm64 back to llvm 19
disable retguard via -fno-ret-protector, thanks robert@ for the hint.
apparently retguard on arm64 does something that xpcom doesnt like,
leading to the startup crashes seen and reported in #1973016.
this is not needed on amd64, where retguard stays enabled by default,
and -fno-ret-protector can be removed once arm64 is analyzed/fixed.
ok phessler@