[AUR] Bump Emacs verion, SPEEEEEEEEEEEEEED

This commit is contained in:
Lucien Cartier-Tilet 2021-03-31 16:23:55 +02:00
parent ab7988f1b6
commit 78efbc027a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-phundrak-git"
pkgver=28.0.50.147467
pkgver=28.0.50.147540
pkgrel=1
pkgdesc="GNU Emacs. Development native-comp branch. Phundraks tweaks."
arch=('x86_64' )
@ -95,8 +95,8 @@ md5sums=('SKIP')
################################################################################
CFLAGS+=" -O2 -march=native"
CXXFLAGS+=" -O2 -march=native"
CFLAGS+=" -O3 -march=skylake"
CXXFLAGS+=" -O3 -march=skylake"
if [[ $LTO == "YES" ]]; then
CFLAGS+=" -flto"