mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-21 06:05:32 +08: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…
x
Reference in New Issue
Block a user