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 11c9cd8 commit 291d166Copy full SHA for 291d166
include/pybind11/detail/common.h
@@ -103,7 +103,6 @@
103
// PYBIND11_NOINLINE_FORCED is incompatible with `-Wattributes -Werror`.
104
// When defining PYBIND11_NOINLINE_FORCED, it is best to also use
105
// `-Wno-attributes` (or not to use `-Werror` and ignore the warnings).
106
-#define PYBIND11_NOINLINE_FORCED
107
#if !defined(PYBIND11_NOINLINE_FORCED) && \
108
(defined(__CUDACC__) || \
109
(defined(__GNUC__) && (__GNUC__ == 7 || __GNUC__ == 8)))
0 commit comments