https://bugs.kde.org/show_bug.cgi?id=417545

--- Comment #8 from Frederick Zhang <frederick...@tsundere.moe> ---
You can probably build one with debug info yourself with:


diff --git a/repos/extra-x86_64/PKGBUILD b/repos/extra-x86_64/PKGBUILD
index fa028f9..f5f98a0 100644
--- a/repos/extra-x86_64/PKGBUILD
+++ b/repos/extra-x86_64/PKGBUILD
@@ -12,8 +12,9 @@ license=(GPL2)
 depends=(plasma-workspace modemmanager-qt networkmanager-qt qca
mobile-broadband-provider-info)
 makedepends=(extra-cmake-modules openconnect)
 optdepends=('openconnect: Cisco AnyConnect VPN plugin')
 groups=(plasma)
+options+=(debug !strip)

source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('526cac8d0e189d1fb0a8842b02ca2485e386d3551bd9ef7a9be094c4be9f858e'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
<j...@jriddell.org>
@@ -27,9 +28,10 @@ prepare() {

 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo
   make
 }

 package() {


$ asp update
$ asp checkout plasma-nm
$ cd plasma-nm/repos/extra-x86_64
$ git apply "/path/to/diff"
$ makepkg -is

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to