File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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,
1111have changed considerably, and a lot of deprecated features have finally
1212been removed.
1313
14+ .. contents ::
1415
1516Build Instructions
1617------------------
@@ -54,7 +55,7 @@ on some platforms. For more details, see the sections bellow.
5455
5556
5657Profile Guided Optimization
57- ---------------------------
58+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
5859
5960PGO takes advantage of recent versions of the GCC or Clang compilers.
6061If ran, ``make profile-opt `` will do several steps.
@@ -78,7 +79,7 @@ that is optimized and suitable for distribution or production installation.
7879
7980
8081Link Time Optimization
81- ----------------------
82+ ^^^^^^^^^^^^^^^^^^^^^^
8283
8384Enabled via configure's ``--with-lto `` flag. LTO takes advantages of recent
8485compiler 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
224225code but these are entirely optional.
225226
226227All trademarks referenced herein are property of their respective holders.
227-
You can’t perform that action at this time.
0 commit comments