From 3174c044090f6011aab81ba2fd4b10912469ebbf Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 14 Jul 2020 11:29:46 +0200 Subject: core/pacman: makepkg.conf updated from upstream --- core/pacman/makepkg.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/pacman/makepkg.conf') diff --git a/core/pacman/makepkg.conf b/core/pacman/makepkg.conf index 7fd2d854..23852324 100644 --- a/core/pacman/makepkg.conf +++ b/core/pacman/makepkg.conf @@ -40,11 +40,13 @@ CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fno-plt" CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fno-plt" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" +#RUSTFLAGS="-C opt-level=2" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags DEBUG_CFLAGS="-g -fvar-tracking-assignments" DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" +#DEBUG_RUSTFLAGS="-C debuginfo=2" ######################################################################### # BUILD ENVIRONMENT @@ -87,7 +89,7 @@ BUILDENV=(!distcc color !ccache check !sign) # OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) -#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 +#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(md5) #-- Options to be used when stripping binaries. See `man strip' for details. STRIP_BINARIES="--strip-all" @@ -141,5 +143,5 @@ COMPRESSLZ=(lzip -c -f) # EXTENSION DEFAULTS ######################################################################### # -PKGEXT='.pkg.tar.xz' +PKGEXT='.pkg.tar.zst' SRCEXT='.src.tar.gz' -- cgit v1.2.3