summaryrefslogtreecommitdiff
path: root/dev-libs/trio/files/trio-1.16-no-inline.patch
blob: b1584344a1114f98d9eb9fafbd2ed6b41ebd0163 (plain)
1
2
3
4
5
6
7
8
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)