diff options
author | Pedro A. López-Valencia | 2021-01-02 13:39:20 -0500 |
---|---|---|
committer | Pedro A. López-Valencia | 2021-01-02 13:39:20 -0500 |
commit | 393b02472dc55e55fc662ab7c518965cea3867b8 (patch) | |
tree | 37f8821cbc10ace2fab571ea6682c2fe4a1f773b | |
parent | 11c00cd931d70bae7dde21ad2d3e27dab740c7aa (diff) | |
download | aur-393b02472dc55e55fc662ab7c518965cea3867b8.tar.gz |
Enable LTO again, thanks to Hi-Angel.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = emacs-git pkgdesc = GNU Emacs. Development master branch. pkgver = 28.0.50.144634 - pkgrel = 1 + pkgrel = 2 url = http://www.gnu.org/software/emacs/ arch = x86_64 license = GPL3 @@ -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/" |