File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ project. A working example can be found at [test_installed_target]_ .
98
98
set_target_properties(example PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}"
99
99
SUFFIX "${PYTHON_MODULE_EXTENSION}")
100
100
101
- ..warning:
101
+ .. warning : :
102
102
103
103
Since pybind11 is a metatemplate library, it is crucial that certain
104
104
compiler flags are provided to ensure high quality code generation. In
@@ -109,8 +109,8 @@ project. A working example can be found at [test_installed_target]_ .
109
109
110
110
These include Link Time Optimization (``-flto `` on GCC/Clang/ICPC, ``/GL ``
111
111
and ``/LTCG `` on Visual Studio). Default-hidden symbols on GCC/Clang/ICPC
112
- (" -fvisibility=hidden" ) and .OBJ files with many sections on Visual Studio
113
- (" /bigobj" ). The :ref: `FAQ <faq:symhidden >` contains an
112
+ (`` -fvisibility=hidden `` ) and .OBJ files with many sections on Visual Studio
113
+ (`` /bigobj `` ). The :ref: `FAQ <faq:symhidden >` contains an
114
114
explanation on why these are needed.
115
115
116
116
.. [test_installed_target ] https://github.com/pybind/pybind11/blob/master/tests/test_installed_target/CMakeLists.txt
You can’t perform that action at this time.
0 commit comments