summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2020-07-16 21:19:14 +0800
committervitalyr2020-07-16 21:19:14 +0800
commitdac38a70e4b8fec86697dbed0fa380749df0f104 (patch)
tree5fc4fc3ab603d9df6fc70cce7c05f790f4d02846
parentbc5cbaa204d700d33d39d426fdc9aa657829efb5 (diff)
downloadaur-dac38a70e4b8fec86697dbed0fa380749df0f104.tar.gz
remove gprof option
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 438d33d1cdb4..76bb544f3353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,12 +68,12 @@ MAGICK= # ImageMagick 7 support. Deprecated (read the logs).
NOGZ="YES" # Don't compress .el files.
FAST_BOOT= # Only native-compile the bare minimum. Intended for use with
# deferred compilation to native-compile on-demand at runtime.
-PROFILING="YES" # Enable gprof profiling support.
+PROFILING= # Enable gprof profiling support.
################################################################################
################################################################################
pkgname="emacs-native-comp-git-enhanced"
-pkgver=28.0.50.142625
+pkgver=28.0.50.142686
pkgrel=1
pkgdesc="GNU Emacs. Development native-comp branch."
arch=('x86_64' )
@@ -323,7 +323,6 @@ package() {
chmod 775 "$pkgdir"/var/games
chmod 775 "$pkgdir"/var/games/emacs
chown -R root:games "$pkgdir"/var/games
-
}
################################################################################