Changeset a87fb41
- Timestamp:
- 08/08/2021 09:58:10 AM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 13d90a85
- Parents:
- 61702e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r61702e9 ra87fb41 120 120 </para> 121 121 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 && 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 && 128 129 make</userinput></screen> 129 130 … … 174 175 175 176 <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. 182 179 </para> 183 180
Note:
See TracChangeset
for help on using the changeset viewer.