Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcfc22c

Browse files
committed
Use h3 headings for build sections, and add TOC
1 parent 649a7ca commit bcfc22c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ especially how built-in objects like dictionaries and strings work,
1111
have changed considerably, and a lot of deprecated features have finally
1212
been removed.
1313

14+
.. contents::
1415

1516
Build Instructions
1617
------------------
@@ -54,7 +55,7 @@ on some platforms. For more details, see the sections bellow.
5455

5556

5657
Profile Guided Optimization
57-
---------------------------
58+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
5859

5960
PGO takes advantage of recent versions of the GCC or Clang compilers.
6061
If ran, ``make profile-opt`` will do several steps.
@@ -78,7 +79,7 @@ that is optimized and suitable for distribution or production installation.
7879

7980

8081
Link Time Optimization
81-
----------------------
82+
^^^^^^^^^^^^^^^^^^^^^^
8283

8384
Enabled via configure's ``--with-lto`` flag. LTO takes advantages of recent
8485
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
224225
code but these are entirely optional.
225226

226227
All trademarks referenced herein are property of their respective holders.
227-

0 commit comments

Comments
 (0)