Remove debug flags

This commit is contained in:
Hernan Martinez
2024-03-15 10:25:40 -06:00
parent 7aeebbea2c
commit 4d7be05401
2 changed files with 1 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ optdepends=(
"${MINGW_PACKAGE_PREFIX}-opencv: For motion tracking"
)
source=("https://download.kde.org/stable/release-service/${pkgver}/src/${_realname}-${pkgver}.tar.xz")
#options=("!strip" "debug")
sha256sums=('135a91e9918eb631feb822b678625f3557e95b6a5e86bde1d3ac1df634015146')
apply_patch_with_msg() {

View File

@@ -43,8 +43,6 @@ sha256sums=('f557bd269fafe617eb8d4b7ac2959609f96cce3ea8b1b3ac231063a726927bb0'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D') # Jonathan Esk-Riddell <jr@jriddell.org>
options=(!strip debug)
build() {
declare -a _extra_config
if check_option "debug" "n"; then