Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / pacman
Commits: 90bf367e by kpcyrd at 2023-06-15T13:54:00+02:00 Use devtools x86_64.conf as /etc/makepkg.conf - - - - - c787e8c6 by Morten Linderud at 2024-02-06T20:06:41+01:00 Merge remote-tracking branch 'origin/merge-requests/1' * origin/merge-requests/1: Use devtools x86_64.conf as /etc/makepkg.conf - - - - - 1 changed file: - makepkg.conf Changes: ===================================== makepkg.conf ===================================== @@ -1,4 +1,6 @@ #!/hint/bash +# shellcheck disable=2034 + # # /etc/makepkg.conf # @@ -44,13 +46,13 @@ CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \ CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" LTOFLAGS="-flto=auto" -#RUSTFLAGS="-C opt-level=2" +RUSTFLAGS="" #-- Make Flags: change this for DistCC/SMP systems #MAKEFLAGS="-j2" #-- Debugging flags DEBUG_CFLAGS="-g" DEBUG_CXXFLAGS="$DEBUG_CFLAGS" -#DEBUG_RUSTFLAGS="-C debuginfo=2" +DEBUG_RUSTFLAGS="-C debuginfo=2" ######################################################################### # BUILD ENVIRONMENT @@ -92,7 +94,7 @@ BUILDENV=(!distcc color !ccache check !sign) #-- debug: Add debugging flags as specified in DEBUG_* variables #-- lto: Add compile flags for building with link time optimization # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 INTEGRITY_CHECK=(sha256) @@ -137,7 +139,7 @@ DBGSRCDIR="/usr/src/debug" COMPRESSGZ=(gzip -c -f -n) COMPRESSBZ2=(bzip2 -c -f) COMPRESSXZ=(xz -c -z -) -COMPRESSZST=(zstd -c -z -q -) +COMPRESSZST=(zstd -c -T0 --ultra -20 -) COMPRESSLRZ=(lrzip -q) COMPRESSLZO=(lzop -q) COMPRESSZ=(compress -c -f) @@ -157,3 +159,4 @@ SRCEXT='.src.tar.gz' # #-- Command used to run pacman as root, instead of trying sudo and su #PACMAN_AUTH=() +# vim: set ft=sh ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/compare/78d4073a51ac95021d0947d2bbc5efbd390582ba...c787e8c65e0b1c92a98f81e8dddf234042cbb4e9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/compare/78d4073a51ac95021d0947d2bbc5efbd390582ba...c787e8c65e0b1c92a98f81e8dddf234042cbb4e9 You're receiving this email because of your account on gitlab.archlinux.org.
