[PKGBUILD] Bump Emacs version, change compiler

Apparently, compilation with clang is broken so I have to switch to gcc
This commit is contained in:
Lucien Cartier-Tilet 2021-04-22 22:32:29 +02:00
parent fda6d53bc6
commit e366559d0f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#
################################################################################
CHECK= # Run tests. May fail, this is developement after all.
CLANG="YES" # Use clang.
CLANG="NO" # Use clang.
LTO="YES" # Enable link-time optimization. Not that experimental anymore.
# Seems fixed in GCC, so I've reenabled binutils support, please
# report any bug, to make it use clang by default again.
@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-phundrak-git"
pkgver=28.0.50.147730
pkgver=28.0.50.147940
pkgrel=1
pkgdesc="GNU Emacs. Development native-comp branch. Phundraks tweaks."
arch=('x86_64' )