[PKGBUILD] Bump Emacs version, change compiler
Apparently, compilation with clang is broken so I have to switch to gcc
This commit is contained in:
parent
fda6d53bc6
commit
e366559d0f
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
CHECK= # Run tests. May fail, this is developement after all.
|
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.
|
LTO="YES" # Enable link-time optimization. Not that experimental anymore.
|
||||||
# Seems fixed in GCC, so I've reenabled binutils support, please
|
# Seems fixed in GCC, so I've reenabled binutils support, please
|
||||||
# report any bug, to make it use clang by default again.
|
# report any bug, to make it use clang by default again.
|
||||||
@ -74,7 +74,7 @@ PROFILING= # Enable gprof profiling support.
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
pkgname="emacs-phundrak-git"
|
pkgname="emacs-phundrak-git"
|
||||||
pkgver=28.0.50.147730
|
pkgver=28.0.50.147940
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GNU Emacs. Development native-comp branch. Phundrak’s tweaks."
|
pkgdesc="GNU Emacs. Development native-comp branch. Phundrak’s tweaks."
|
||||||
arch=('x86_64' )
|
arch=('x86_64' )
|
||||||
|
Loading…
Reference in New Issue
Block a user