From 45c7ef7e76cf2dfd7204d1ef467a51f3ea08d5e4 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 31 Aug 2021 09:19:26 -0700 Subject: [PATCH] Remove last pybind11 forcing non-debug libs --- thirdparty/pybind11/include/pybind11/detail/common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thirdparty/pybind11/include/pybind11/detail/common.h b/thirdparty/pybind11/include/pybind11/detail/common.h index f39751b6c3..44f20b56f9 100644 --- a/thirdparty/pybind11/include/pybind11/detail/common.h +++ b/thirdparty/pybind11/include/pybind11/detail/common.h @@ -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