summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Kamm2024-10-27 20:46:12 -0700
committerJack Kamm2024-10-27 20:46:12 -0700
commit14476bded8c10180d918b46df88e39b38b942865 (patch)
tree40084eb5e67fbb931867c6458b6e850fc05ae51b
parent2ab62a331196e953c9d3c0602b759eb13a3b37b7 (diff)
downloadaur-14476bded8c10180d918b46df88e39b38b942865.tar.gz
Don't strip debug symbols
This skips the "Stripping debug symbols step" which can be very slow, especially on the nativecomp build, and also follows the example of the emacs-git AUR package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b080f1658fc4..00ab180b7535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,6 +86,7 @@ optdepends=(
)
conflicts=(emacs)
provides=("emacs=$_pkgver_major")
+options=(!strip)
validpgpkeys=('17E90D521672C04631B1183EE78DAE0F3115E06B' # Eli Zaretskii <eliz@gnu.org>
'CEA1DE21AB108493CC9C65742E82323B8F4353EE') # Stefan Kangas <stefankangas@gmail.com>
_source_url_prefix="ftp://ftp.gnu.org/gnu/emacs"