add a note about c99

This commit is contained in:
Benjamin Peterson 2016-09-08 10:27:20 -07:00
parent 003f059b3a
commit cfbd48bc56
1 changed files with 3 additions and 0 deletions

View File

@ -845,6 +845,9 @@ Optimizations
Build and C API Changes
=======================
* Python now requires some C99 support in the toolchain to build. For more
information, see :pep:`7`.
* The ``--with-optimizations`` configure flag has been added. Turning it on
will activate LTO and PGO build support (when available).
(Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)