Ignore:
Timestamp:
02/04/2019 12:42:46 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d0b24ab
Parents:
d94c86c9
Message:

Firefox: Use system webp and the default optimization level instead of -O2. These produce a slightly faster build and slightly smaller install.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21083 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rd94c86c9 r8df543f  
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "9.4 GB (147 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "9.4 GB (146 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "31 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "29 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    249249ac_add_options --with-system-libevent
    250250ac_add_options --with-system-libvpx
     251# firefox-65 understands webp and ships with an included copy
     252ac_add_options --with-system-webp
    251253ac_add_options --with-system-nspr
    252254ac_add_options --with-system-nss
     
    279281ac_add_options --disable-tests
    280282
    281 # Optimization for size is broken with gcc7 and later
    282 ac_add_options --enable-optimize="-O2"
     283# With clang, unlike gcc-7 and later, the default level
     284# of optimization produces a working build.
     285ac_add_options --enable-optimize
    283286
    284287# From firefox-61 system cairo is not supported
Note: See TracChangeset for help on using the changeset viewer.