summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEvan Klitzke <evan@eklitzke.org>2017-02-27 22:32:07 -0800
committerINADA Naoki <methane@users.noreply.github.com>2017-02-28 15:32:07 +0900
commit6db764ad57c868130fc0db31893e8447a21b6bb9 (patch)
tree3e954e3a5fbb48168a91d3e17795eaa6cdaba6ea /README.rst
parentecf39bbc97adc0fb67654602e37d0d8313e9be9d (diff)
downloadcpython-git-6db764ad57c868130fc0db31893e8447a21b6bb9.tar.gz
README: Use h3 headings for build sections, and add TOC (GH-64)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 21e2bf6149..0195859da3 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at
.. _python.org: https://www.python.org/
+.. contents::
Build Instructions
------------------
@@ -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.
@@ -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