You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/trio/files/trio-1.16-no-inline.patch

9 lines
197 B

Let compiler decide what to inline (fixes build with -Os).
https://bugs.gentoo.org/792075
--- a/triodef.h
+++ b/triodef.h
@@ -315,2 +315,3 @@
#endif
+#undef TRIO_INLINE
#if !defined(TRIO_INLINE)