Skip to content

Commit 5a20814

Browse files
committed
Fix awkward construction in LTO section
[skip ci]
1 parent 5bbcd3a commit 5a20814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ optimized and suitable for distribution or production installation.
9595
Link Time Optimization
9696
----------------------
9797

98-
Enabled via configure's ``--with-lto`` flag. LTO takes advantages of recent
99-
compiler toolchains' ability to optimize across the otherwise arbitrary ``.o``
100-
file boundary when building final executables or shared libraries for
101-
additional performance gains.
98+
Enabled via configure's ``--with-lto`` flag. LTO takes advantage of the
99+
ability of recent compiler toolchains to optimize across the otherwise
100+
arbitrary ``.o`` file boundary when building final executables or shared
101+
libraries for additional performance gains.
102102

103103

104104
What's New

0 commit comments

Comments
 (0)