Merge pull request #21 from lolsniperftw/unstrip
Disable stripping of symbols + improve UI responsiveness and performance
This commit is contained in:
commit
222e3ffee0
2 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Comment=Free voice and text chat for gamers
|
|||
StartupWMClass=discord
|
||||
Version=1.0
|
||||
Icon=/opt/@dir/@icon
|
||||
Exec=/opt/@dir/@exe
|
||||
Exec=/opt/@dir/@exe --enable-accelerated-mjpeg-decode --enable-accelerated-video --ignore-gpu-blacklist --enable-native-gpu-memory-buffers --enable-gpu-rasterization
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
|
|
|
|||
|
|
@ -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