Ignore:
Timestamp:
12/31/2019 05:26:41 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
313083a
Parents:
c17c030
Message:

Add commented option to disable elf hack in thunderbird.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rc17c030 r36bcb4c0  
    192192export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
    193193-->
     194# The elf-hack causes failed builds on clang-9.0.1 with some CFLAGS including
     195# -march=native on Ryzen. It is supposed to improve startup time and it shrinks
     196# libxul.so by a few MB - Uncomment this if your build is affected.
     197#ac_add_options --disable-elf-hack
     198
    194199# The BLFS editors recommend not changing anything below this line:
    195200ac_add_options --prefix=/usr
Note: See TracChangeset for help on using the changeset viewer.