mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
add a note about c99
This commit is contained in:
parent
003f059b3a
commit
cfbd48bc56
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue