8000 Update readme by zware · Pull Request #21 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Update readme #21

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 5 commits into from
Feb 14, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
Fix awkward construction in LTO section
[skip ci]
  • Loading branch information
zware committed Feb 14, 2017
commit 5a208148133bfbb77ff593415612eb282623dee8
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ 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 boundary when building final executables or shared libraries for
additional performance gains.
Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
ability of recent compiler toolchains to optimize across the otherwise
arbitrary ``.o`` file boundary when building final executables or shared
libraries for additional performance gains.


What's New
Expand Down
0