Remove last pybind11 forcing non-debug libs

This commit is contained in:
Seth Hillbrand 2021-08-31 09:19:26 -07:00
parent fc01eb73ae
commit 45c7ef7e76
1 changed files with 0 additions and 4 deletions

View File

@ -136,10 +136,6 @@
# pragma warning(push)
// C4505: 'PySlice_GetIndicesEx': unreferenced local function has been removed (PyPy only)
# pragma warning(disable: 4505)
# if defined(_DEBUG) && !defined(Py_DEBUG)
# define PYBIND11_DEBUG_MARKER
# undef _DEBUG
# endif
# pragma warning(disable: 4510 4610 4512 4005)
#endif