summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2021-01-02 13:39:20 -0500
committerPedro A. López-Valencia2021-01-02 13:39:20 -0500
commit393b02472dc55e55fc662ab7c518965cea3867b8 (patch)
tree37f8821cbc10ace2fab571ea6682c2fe4a1f773b /PKGBUILD
parent11c00cd931d70bae7dde21ad2d3e27dab740c7aa (diff)
downloadaur-393b02472dc55e55fc662ab7c518965cea3867b8.tar.gz
Enable LTO again, thanks to Hi-Angel.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b7fbcaf915..9ea97ca51533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@
CHECK= # Run tests. May fail, this is developement after all.
CLANG= # Use clang.
GOLD= # Use the gold linker.
-LTO= # Enable link-time optimization. Read emacs's INSTALL before
+LTO="YES" # Enable link-time optimization. Read emacs's INSTALL before
# attempting to use it with clang.
CLI= # CLI only binary.
NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l).
@@ -49,7 +49,7 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
pkgver=28.0.50.144634
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64' )
url="http://www.gnu.org/software/emacs/"