Changeset a87fb41


Ignore:
Timestamp:
08/08/2021 09:58:10 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
13d90a85
Parents:
61702e9
Message:

python3: sync with LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r61702e9 ra87fb41  
    120120    </para>
    121121
    122 <screen><userinput>CXX="/usr/bin/g++"              \
    123 ./configure --prefix=/usr       \
    124             --enable-shared     \
    125             --with-system-expat \
    126             --with-system-ffi   \
    127             --with-ensurepip=yes &amp;&amp;
     122<screen><userinput>CXX="/usr/bin/g++"               \
     123./configure --prefix=/usr        \
     124            --enable-shared      \
     125            --with-system-expat  \
     126            --with-system-ffi    \
     127            --with-ensurepip=yes \
     128            --enable-optimizations &amp;&amp;
    128129make</userinput></screen>
    129130
     
    174175
    175176    <para>
    176       <option>--enable-optimization</option>: Use this switch
    177       if you want to enable <emphasis>expensive</emphasis> optimizations (i.e.
    178       Profile Guided Optimizations). This adds around 20 SBU, but can
    179       <emphasis>slightly</emphasis> speed up some uses, such as using
    180       <application>Sphinx</application> for creating documentation, or use of
    181       <application>Python3</application> scripts.
     177      <parameter>--enable-optimization</parameter>: This switch enables
     178      stable, but expensive, optimizations.
    182179    </para>
    183180
Note: See TracChangeset for help on using the changeset viewer.