We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbcd3a commit 5a20814Copy full SHA for 5a20814
README.rst
@@ -95,10 +95,10 @@ optimized and suitable for distribution or production installation.
95
Link Time Optimization
96
----------------------
97
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.
+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.
102
103
104
What's New
0 commit comments