Skip to content

Commit

Permalink
Use h3 headings for build sections, and add TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
eklitzke committed Feb 13, 2017
1 parent 649a7ca commit bcfc22c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ especially how built-in objects like dictionaries and strings work,
have changed considerably, and a lot of deprecated features have finally
been removed.

.. contents::

Build Instructions
------------------
Expand Down Expand Up @@ -54,7 +55,7 @@ on some platforms. For more details, see the sections bellow.


Profile Guided Optimization
---------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^

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


Link Time Optimization
----------------------
^^^^^^^^^^^^^^^^^^^^^^

Enabled via configure's ``--with-lto`` flag. LTO takes advantages of recent
compiler toolchains ability to optimize across the otherwise arbitrary ``.o`` file
Expand Down Expand Up @@ -224,4 +225,3 @@ so it may be used in proprietary projects. There are interfaces to some GNU
code but these are entirely optional.

All trademarks referenced herein are property of their respective holders.

0 comments on commit bcfc22c

Please sign in to comment.