summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2020-05-30 11:17:28 -0500
committerPedro A. López-Valencia2020-05-30 11:17:28 -0500
commitc1a0f5527631fa808c2a2775800ccace743d200e (patch)
tree0bc01564e47c1924d031ed670d180f9857df3b6b
parentd6297889fb115fa84af025ccae1b85c2c46ba7b3 (diff)
downloadaur-c1a0f5527631fa808c2a2775800ccace743d200e.tar.gz
Add warning about using lto with clang.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d9e17f2415..db7ac50e9be3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 28.0.50.141169
+ pkgver = 28.0.50.141336
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 95613cfb681a..9af358881bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,8 @@
CHECK= # Run tests. May fail, this is developement after all.
CLANG= # Use clang.
GOLD= # Use the gold linker.
-LTO= # Enable link-time optimization.
+LTO= # 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).
LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
@@ -47,7 +48,7 @@ NOGZ="YES" # Don't compress .el files.
################################################################################
pkgname="emacs-git"
-pkgver=28.0.50.141169
+pkgver=28.0.50.141336
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64' )