7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 20:59:17 +00:00

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

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