CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/14 09:59:21
Modified files:
www/mozilla-firefox: Makefile
Added files:
www/mozilla-firefox/patches:
patch-config_system-headers_mozbuild
Removed files:
www/mozilla-firefox/patches:
patch-gfx_skia_skia_src_core_SkCpu_cpp
Log message:
Use plain --enable-debug-symbols, the debug pkg goes from 90mb to 360mb
but at least the traces should provide local symbols, while -ggdb1 only
provided function names.
Add a comment about --enable-debug, which i wont use as it makes a wayys
larger binary/package, and enables too many different codepaths.
While here, replace the arm64 build fix from #1587116 with the one which
got commited upstream, thanks phessler@ for testing it.