pybind11/tools
Axel Huebl 105eb6cb1f Debug Builds: -DPy_DEBUG (#1438)
builds against a python debug library were unreliable and
could lead to symbol errors during linking.

Setting the `Py_DEBUG` define is necessary when linking
against a debug build:

https://stackoverflow.com/questions/39161202/how-to-work-around-missing-pymodule-create2-in-amd64-win-python35-d-lib

https://docs.python.org/2/c-api/intro.html#debugging-builds

https://docs.python.org/3.6/c-api/intro.html#debugging-builds
2018-09-11 10:09:36 +02:00
..
clang@6a00cbc4a9 updated cindex.py submodule to latest version 2017-03-30 13:14:33 +02:00
FindCatch.cmake Add Catch framework for testing embedding support and C++-side features 2017-05-28 02:12:24 +02:00
FindEigen3.cmake transparent conversion of dense and sparse Eigen types 2016-05-05 21:44:29 +02:00
FindPythonLibsNew.cmake misc. typos 2018-02-07 10:54:31 +01:00
check-style.sh Trivial typos 2018-02-07 10:54:31 +01:00
libsize.py Always use return_value_policy::move for rvalues (#510) 2016-11-20 05:31:02 +01:00
mkdoc.py improve mkdoc.py determinism 2017-04-12 11:09:47 +02:00
pybind11Config.cmake.in Detect c++ standard unconditionally 2017-07-16 11:01:00 -04:00
pybind11Tools.cmake Debug Builds: -DPy_DEBUG (#1438) 2018-09-11 10:09:36 +02:00