From 78efbc027ab19c5a91440985fb033025320270ff Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 31 Mar 2021 16:23:55 +0200 Subject: [PATCH] [AUR] Bump Emacs verion, SPEEEEEEEEEEEEEED --- Documents/code/AUR/emacs/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documents/code/AUR/emacs/PKGBUILD b/Documents/code/AUR/emacs/PKGBUILD index d338a30..4e6ab08 100644 --- a/Documents/code/AUR/emacs/PKGBUILD +++ b/Documents/code/AUR/emacs/PKGBUILD @@ -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. Phundrak’s 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"