Changeset 36bcb4c0
- Timestamp:
- 12/31/2019 05:26:41 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 313083a
- Parents:
- c17c030
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc17c030 r36bcb4c0 45 45 <para>January 1st, 2020</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Add option for --disable-elf-hack to thunderbird, 49 needed for my -march=native builds with clang-9.0.1 on Ryzen.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to libdazzle-3.34.1. Fixes -
xsoft/other/thunderbird.xml
rc17c030 r36bcb4c0 192 192 export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" 193 193 --> 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 194 199 # The BLFS editors recommend not changing anything below this line: 195 200 ac_add_options --prefix=/usr
Note:
See TracChangeset
for help on using the changeset viewer.