summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/trio/files/trio-1.16-no-inline.patch')
-rw-r--r--dev-libs/trio/files/trio-1.16-no-inline.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-libs/trio/files/trio-1.16-no-inline.patch b/dev-libs/trio/files/trio-1.16-no-inline.patch
new file mode 100644
index 000000000000..b1584344a111
--- /dev/null
+++ b/dev-libs/trio/files/trio-1.16-no-inline.patch
@@ -0,0 +1,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)