commit 04b306767e21795abcc87eb2113d2c6034fab086
Author: Jan Rękorajski <[email protected]>
Date: Sat Dec 14 22:16:20 2024 +0100
- disable stacktraces from exceptions on ix86 to prevent memory leaks
boost.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/boost.spec b/boost.spec
index 94866ad..fc3dadd 100644
--- a/boost.spec
+++ b/boost.spec
@@ -541,6 +541,9 @@ ICU_PATH=%{_prefix} \
-d2 --toolset=gcc \
%ifarch x32
abi=x32 \
+%endif
+%ifarch %{ix86}
+ boost.stacktrace.from_exception=off \
%endif
debug-symbols=on \
inlining=on \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/04b306767e21795abcc87eb2113d2c6034fab086
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit