community/emacs: precompile emacs .el files

This commit is contained in:
psykose 2022-04-11 12:20:34 +00:00
parent d7825284c9
commit ce0ba4328a
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
pkgname=emacs
pkgver=28.1
pkgrel=1
pkgrel=2
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch="all"
depends="emacs-nox"
@ -54,7 +54,8 @@ _build_variant() {
--with-json \
--with-native-compilation \
"${@}"
make
# precompile emacs .el files to not compile at startup
make NATIVE_FULL_AOT=1
}
_build_x11() {