diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index f6e6fef..6747f88 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -10,7 +10,7 @@ license=('MIT') # Some Rust deps (ring/mlua) build vendored C/asm into static archives; makepkg's # default -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read, # causing undefined-symbol errors. Disable LTO. -options=(!lto) +options=(!lto !debug) depends=('gtk4' 'glib2' 'hicolor-icon-theme') optdepends=( 'snapper: snapshot management view'