diff options
author | Jack Kamm | 2024-10-27 20:46:12 -0700 |
---|---|---|
committer | Jack Kamm | 2024-10-27 20:46:12 -0700 |
commit | 14476bded8c10180d918b46df88e39b38b942865 (patch) | |
tree | 40084eb5e67fbb931867c6458b6e850fc05ae51b | |
parent | 2ab62a331196e953c9d3c0602b759eb13a3b37b7 (diff) | |
download | aur-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-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |