diff --git a/common/include/dxxerror.h b/common/include/dxxerror.h index 742b4c151..3977c5a9b 100644 --- a/common/include/dxxerror.h +++ b/common/include/dxxerror.h @@ -62,6 +62,10 @@ void Error(const char *func, unsigned line, const char *fmt,...) __noreturn __at #endif /* Allow macro override */ + +#if defined __GNUC__ +__attribute__((always_inline)) +#endif static inline void d_debugbreak() { /* If NDEBUG, expand to nothing */