Changeset 7c57f82 for xsoft/office


Ignore:
Timestamp:
07/23/2019 07:11:52 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
563e0d6
Parents:
d2beee42
Message:

Document some options for python3 and for libreoffice.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rd2beee42 r7c57f82  
    642642
    643643    <para>
     644      <option>--enable-lto</option>: This switch will enable Link Time
     645      Optimization, which results in slightly smaller libraries (about 40 MB).
     646      This is said to make <application>LibreOffice</application> programs
     647      load faster (and possibly run faster, e.g. when recalculating a
     648      spreadsheet). On an 8-core machine with 16GB of memory, the difference
     649      in compile times was minimal, but an extra 2GB was used for the work
     650      files. On machines with fewer processors or a lack of memory, the compile
     651      might be much slower.
     652    </para>
     653
     654    <para>
    644655      <option>--without-java</option>: This switch disables
    645656      <application>Java</application> support in
Note: See TracChangeset for help on using the changeset viewer.