Disable stripping of symbols
Symbols need to be unstripped for Krisp support to show up in the client.
This commit is contained in:
parent
0356b3f8ac
commit
0d3700ebf2
1 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue