add a note about c99
This commit is contained in:
parent
003f059b3a
commit
cfbd48bc56
|
@ -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`.)
|
||||
|
|
Loading…
Reference in New Issue