We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00d802 commit cf43a5fCopy full SHA for cf43a5f
setup.py
@@ -71,6 +71,7 @@ def gen_extension(tmpdir):
71
],
72
cxx_std=17,
73
include_dirs=[cairo.get_include()] if cairo else [],
74
+ define_macros=[("PYBIND11_DETAILED_ERROR_MESSAGES", None)],
75
)
76
77
# NOTE: Versions <= 8.2 of Arch Linux's python-pillow package included
0 commit comments