Skip to content
Snippets Groups Projects
Commit 6db764ad authored by Evan Klitzke's avatar Evan Klitzke Committed by INADA Naoki
Browse files

README: Use h3 headings for build sections, and add TOC (GH-64)

parent ecf39bbc
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at ...@@ -40,6 +40,7 @@ Installable Python kits, and information about using Python, are available at
.. _python.org: https://www.python.org/ .. _python.org: https://www.python.org/
.. contents::
Build Instructions Build Instructions
------------------ ------------------
...@@ -85,7 +86,7 @@ below. ...@@ -85,7 +86,7 @@ below.
Profile Guided Optimization Profile Guided Optimization
--------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
PGO takes advantage of recent versions of the GCC or Clang compilers. If ran, PGO takes advantage of recent versions of the GCC or Clang compilers. If ran,
``make profile-opt`` will do several steps. ``make profile-opt`` will do several steps.
...@@ -109,7 +110,7 @@ optimized and suitable for distribution or production installation. ...@@ -109,7 +110,7 @@ optimized and suitable for distribution or production installation.
Link Time Optimization Link Time Optimization
---------------------- ^^^^^^^^^^^^^^^^^^^^^^
Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
ability of recent compiler toolchains to optimize across the otherwise ability of recent compiler toolchains to optimize across the otherwise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment