opaque type redesign

This commit is contained in:
Wenzel Jakob
2016-04-28 16:25:24 +02:00
parent f64feaf3e4
commit 06f56ee1e9
7 changed files with 73 additions and 53 deletions

View File

@@ -117,7 +117,7 @@ example can be compiled using the following command
.. code-block:: bash
$ c++ -O3 -shared -std=c++11 -I <path-to-pybind11>/include `python-config --cflags --ldflags --libs` example.cpp -o example.so
$ c++ -O3 -shared -std=c++11 -I <path-to-pybind11>/include `python-config --cflags --ldflags` example.cpp -o example.so
In general, it is advisable to include several additional build parameters
that can considerably reduce the size of the created binary. Refer to section