From d1a78f942192f7f5d901e63b794c6f4581ef2ff4 Mon Sep 17 00:00:00 2001 From: Oran Mehavi Date: Mon, 19 Sep 2022 16:09:15 +0300 Subject: [PATCH] Disable stripping of symbols Symbols need to be unstripped for Krisp support to show up in the client. --- discord.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord.spec b/discord.spec index 049345f..87216c3 100644 --- a/discord.spec +++ b/discord.spec @@ -8,6 +8,9 @@ %define install_dir /opt/%{pkg_name} %define apps_dir /usr/share/applications %define _build_id_links none +%global _enable_debug_package 0 +%global debug_package %{nil} +%global __os_install_post /usr/lib/rpm/brp-compress %{nil} Name: %{pkg_name} Version: %{pkg_version}