Changeset 7f44495


Ignore:
Timestamp:
04/05/2024 05:30:20 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
638d5a3
Parents:
d7dfb530
git-author:
Xi Ruoyao <xry111@…> (04/05/2024 05:28:30 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/05/2024 05:30:20 AM)
Message:

firefox, seamonkey: Remove "--disable-debug-symbols needed for 32-bit"

We added this because of a NASM bug. When I checked its status for
NASM 2.16.02 I found it had been fixed for NASM >= 2.16.

Note that --disable-debug-symbols is still used so we won't produce
stupidly large binaries. Just change a comment.

Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392807

Location:
xsoft/graphweb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rd7dfb530 r7f44495  
    247247
    248248# Disabling debug symbols makes the build much smaller and a little
    249 # faster. Comment this if you need to run a debugger. Note: This is
    250 # required for compilation on i686.
     249# faster. Comment this if you need to run a debugger.
    251250ac_add_options --disable-debug-symbols
    252251<!-- With Firefox ESR 128 we'd replace the following part with
  • xsoft/graphweb/seamonkey.xml

    rd7dfb530 r7f44495  
    208208
    209209# Disabling debug symbols makes the build much smaller and a little
    210 # faster. Comment this if you need to run a debugger. Note: This is
    211 # required for compilation on i686.
     210# faster. Comment this if you need to run a debugger.
    212211ac_add_options --disable-debug-symbols
    213212<!-- With Firefox ESR 128 we'd replace the following part with
Note: See TracChangeset for help on using the changeset viewer.