summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2021-01-19 08:05:20 +1000
committerAndrew Whatson2021-01-19 08:05:20 +1000
commiteada82d7da7fac4782b36ea21c74f40ea3b582b1 (patch)
tree9674dfc8a8d4a0175973a3b096234f81ce298468 /PKGBUILD
parentb25c23da4dea1a078f5bfbea5dd976c419f1e0aa (diff)
downloadaur-eada82d7da7fac4782b36ea21c74f40ea3b582b1.tar.gz
Default to FAST_BOOT builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd8cbbc3641..cb91d23e6ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,14 +66,14 @@ MAGICK= # ImageMagick 7 support. Deprecated (read the logs).
#are doing.
# -->>If you just *believe* you need it, you don't.<<--
NOGZ="YES" # Don't compress .el files.
-FAST_BOOT= # Only native-compile the bare minimum. Intended for use with
+FAST_BOOT="YES" # Only native-compile the bare minimum. Intended for use with
# deferred compilation to native-compile on-demand at runtime.
PROFILING= # Enable gprof profiling support.
################################################################################
################################################################################
pkgname="emacs-pgtk-native-comp-git"
-pkgver=28.0.50.143840
+pkgver=28.0.50.146387
pkgrel=1
pkgdesc="GNU Emacs. Unofficial pgtk-nativecomp branch."
arch=('x86_64' )