File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ especially how built-in objects like dictionaries and strings work,
11
11
have changed considerably, and a lot of deprecated features have finally
12
12
been removed.
13
13
14
+ .. contents ::
14
15
15
16
Build Instructions
16
17
------------------
@@ -54,7 +55,7 @@ on some platforms. For more details, see the sections bellow.
54
55
55
56
56
57
Profile Guided Optimization
57
- ---------------------------
58
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
58
59
59
60
PGO takes advantage of recent versions of the GCC or Clang compilers.
60
61
If ran, ``make profile-opt `` will do several steps.
@@ -78,7 +79,7 @@ that is optimized and suitable for distribution or production installation.
78
79
79
80
80
81
Link Time Optimization
81
- ----------------------
82
+ ^^^^^^^^^^^^^^^^^^^^^^
82
83
83
84
Enabled via configure's ``--with-lto `` flag. LTO takes advantages of recent
84
85
compiler toolchains ability to optimize across the otherwise arbitrary ``.o `` file
@@ -224,4 +225,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU
224
225
code but these are entirely optional.
225
226
226
227
All trademarks referenced herein are property of their respective holders.
227
-
You can’t perform that action at this time.
0 commit comments