Changeset 88dd6e72


Ignore:
Timestamp:
08/31/2022 01:51:41 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
064f3b8, 0faae6a4
Parents:
01e2c90
Message:

Disable debug symbols for seamonkey

There are some reasons for this:

  • it is needed to build on i686
  • it decreases the build size by 20 % (on x86_64)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r01e2c90 r88dd6e72  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 31st, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Disable debug symbols for seamonkey, as we do for
     49          other mozilla applications. This allows building on i686.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 28th, 2022</para>
  • xsoft/graphweb/seamonkey.xml

    r01e2c90 r88dd6e72  
    99  <!ENTITY seamonkey-md5sum        "0af118bbe81f76433609ff0d57ce01be">
    1010  <!ENTITY seamonkey-size          "242 MB">
    11   <!ENTITY seamonkey-buildsize     "4.3 GB (157 MB installed)">
    12   <!ENTITY seamonkey-time          "12 SBU (with parallelism=4)">
     11  <!ENTITY seamonkey-buildsize     "3.0 GB (156 MB installed)">
     12  <!ENTITY seamonkey-time          "11 SBU (with parallelism=4)">
    1313]>
    1414
     
    209209ac_add_options --with-system-nss
    210210ac_add_options --with-system-webp
     211
     212# Disabling debug symbols makes the build much smaller and a little
     213# faster. Comment this if you need to run a debugger. Note: This is
     214# required for compilation on i686.
     215ac_add_options --disable-debug-symbols
    211216
    212217# The elf-hack is reported to cause failed installs (after successful builds)
Note: See TracChangeset for help on using the changeset viewer.