Skip to content

Use h3 headings for build sections in README #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.