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 76b7f53 commit 31b0a5dCopy full SHA for 31b0a5d
tools/pybind11Config.cmake.in
@@ -149,7 +149,7 @@ default is ``MODULE``. There are several options:
149
``OPT_SIZE``
150
Optimize for size, even if the ``CMAKE_BUILD_TYPE`` is not ``MinSizeRel``.
151
``THIN_LTO``
152
- Use thin TLO instead of regular if there's a choice (pybind11's selection
+ Use thin LTO instead of regular if there's a choice (pybind11's selection
153
is disabled if ``CMAKE_INTERPROCEDURAL_OPTIMIZATIONS`` is set).
154
``WITHOUT_SOABI``
155
Disable the SOABI component (``PYBIND11_NEWPYTHON`` mode only).
0 commit comments