commit ca1868db91544752c223d95be52b94bb121f113c
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Jul 30 18:09:55 2018 +0500
Enable custom -g1 CXXFLAG due to crash on linking stage even on x86_64 with 8 GB RAM.
This reverts commit a83beeb9a5b0302e5d429396a0cf516b9cf5f656.
telegram-desktop.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index f188375..8ac0d6d 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,6 +5,9 @@
%global commit1 9bc641f2d4ab140a84aea64c7f2d4669f7633246
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
+# Decrease debuginfo verbosity to reduce memory consumption...
+%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
Version: 1.3.10
Show replies by date