summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTiago de Paula2024-04-21 15:55:19 -0300
committerTiago de Paula2024-04-21 18:54:51 -0300
commit84b88930cdc60586184fc663e13904c9144b7525 (patch)
tree94f80f3953debd617414e6cb11e0c19f4d91a09a /PKGBUILD
parenta193bc716c1e81f62da958f6ad6f8042117fb191 (diff)
downloadaur-84b88930cdc60586184fc663e13904c9144b7525.tar.gz
feat: disable debug symbols generation
The 'debug' option was enabled by default last year on makepkg.conf, and it makes build 5 times slower (on my machine), without any advantage for assets packages like this.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b32bc2ea5b1..0633af807ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('GPL3')
makedepends=('bash' 'git')
depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
provides=("${_pkgbase}" "${_pkgbase}-git")
-options=(!strip)
+options=(!strip !debug)
source=("${_pkgbase}::git+${url}.git")
b2sums=('SKIP')