Skip to content

Commit

Permalink
README: Use h3 headings for build sections, and add TOC (GH-64)
Browse files Browse the repository at this point in the history
  • Loading branch information
eklitzke authored and methane committed Feb 28, 2017
1 parent ecf39bb commit 6db764a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at

.. _python.org: https://www.python.org/

.. contents::

Build Instructions
------------------
Expand Down Expand Up @@ -85,7 +86,7 @@ below.


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 @@ -109,7 +110,7 @@ optimized and suitable for distribution or production installation.


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

Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
ability of recent compiler toolchains to optimize across the otherwise
Expand Down

0 comments on commit 6db764a

Please sign in to comment.