|
|
@ -72,7 +72,7 @@ PROFILING= # Enable gprof profiling support. |
|
|
|
|
|
|
|
################################################################################ |
|
|
|
pkgname="emacs-native-comp-git" |
|
|
|
pkgver=28.0.50.141945 |
|
|
|
pkgver=28.0.50.143742 |
|
|
|
pkgrel=1 |
|
|
|
pkgdesc="GNU Emacs. Development native-comp branch." |
|
|
|
arch=('x86_64' ) |
|
|
@ -286,7 +286,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. |
|
|
|