mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
If a debug interpreter is detected, we allow linking with pythonXX_d.lib under windows.
This commit is contained in:
parent
b4e5d582cb
commit
37d04abdee
@ -103,7 +103,7 @@
|
||||
# endif
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable: 4510 4610 4512 4005)
|
||||
# if defined(_DEBUG)
|
||||
# if defined(_DEBUG) && !defined(Py_DEBUG)
|
||||
# define PYBIND11_DEBUG_MARKER
|
||||
# undef _DEBUG
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user