summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 113538fcd63d..1cd8cbbc3641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-pgtk-native-comp-git"
-pkgver=28.0.50.143467
+pkgver=28.0.50.143840
pkgrel=1
pkgdesc="GNU Emacs. Unofficial pgtk-nativecomp branch."
arch=('x86_64' )
@@ -279,7 +279,7 @@ fi
if [[ $FAST_BOOT == "YES" ]]; then
make NATIVE_FAST_BOOT=1
else
- make
+ make NATIVE_FULL_AOT=1
fi
# You may need to run this if 'loaddefs.el' files become corrupt.