Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/makepkg-x86_64.conf
AgeCommit message (Collapse)Author
2022-01-31makepkg.conf: drop -fvar-tracking-assignments flagEvangelos Foutras
According to gcc(1), this flag (like -fvar-tracking) is enabled by default when compiling with optimization and debugging information. As an additional benefit, packages building with the clang compiler will work with the default flags without having to remove this flag due to not being recognized by clang.
2021-11-28makepkg.conf: enable LTO option by defaultLevente Polyak
Enable link time optimization (LTO) of packages by default by adding the -flto flag. This provides smaller, faster executables/DSOs, and improves GCC diagnostics. This commit implements RFC 0004 https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst
2021-11-16makepkg.conf: Sync with pacman 6.0.1-2: Pass -q as first option to curlEvangelos Foutras
Includes the following hotfix: > upgpkg: pacman 6.0.1-2: makepkg.conf: Pass -q as the first option to curl > > This is needed to disable reading the curlrc config file (if it exists). > > Same change submitted to upstream pacman: > https://lists.archlinux.org/pipermail/pacman-dev/2021-September/025348.html
2021-06-17sync makepkg.conf with the pacman 6.0.0-3 packageLevente Polyak
The only effective difference is that -Wp,-D_GLIBCXX_ASSERTIONS is now only defined for CXXFLAGS as of pacman 6.0.0-1 Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2021-06-16sync makepkg.conf with the pacman packageEli Schwartz
Aside for comments, this implements the buildflags RFC from: https://lists.archlinux.org/pipermail/arch-dev-public/2021-March/030374.html https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/3 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
2021-01-26makepkg.conf: make rsync use new-style compression in makepkg.confChristian Hesse
Our rsync package is no longer built with bundled zlib, so old-style compression is no longer supported. https://www.archlinux.org/news/rsync-compatibility/ Signed-off-by: Christian Hesse <mail@eworm.de>
2019-12-27makepkg.conf: change default compression method to zstdRobin Broda
2019-11-06conf: Sync with pacman 5.2.0-2Daniel M. Capella
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
2019-02-09conf: sync makepkg.conf with latest version from pacman packageLevente Polyak
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets.
2017-07-04Sync makepkg.conf files with pacman 5.0.2-2Bartłomiej Piotrowski
2016-05-07Set target vendor to pc for usge with gcc 6Pierre Schmitz
2016-02-07Update bundled pacman and makepkg configurationPierre Schmitz
2015-10-02Sync makepkg.conf files with pacman 4.2.1-4Evangelos Foutras
2014-12-23makepkg-*.conf: add VCSCLIENTS definitionDave Reisner
Needed for makepkg 4.2
2014-05-04Use -fstack-protector-strongAllan McRae
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2013-10-20Remove libtool files by defaultPierre Schmitz
2013-10-19Make !staticlibs the default in makepkg.confAllan McRae
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2013-08-08Update makepkg.conf from pacman 4.1.2Pierre Schmitz
2013-04-06Sync pacman.conf and makepkg.conf with pacman 4.1Pierre Schmitz
2012-06-11update makepkg.conf and pacman.confPierre Schmitz
2011-10-14Apply pacman 4.0 changes to our copies of makepkg.conf and pacman.confPierre Schmitz
Note: Signature checks are disabled for now until we provide a keyring package.
2011-08-14update makepkg.conf from pacman 3.5.4-4Pierre Schmitz
2011-03-26Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5Pierre Schmitz
2010-08-17add default config files for makepkg and pacmanPierre Schmitz