run-upstream-build/pika-pbuilder/var/cache/pbuilder/rc.examples/pbuilderrc-v3-lto

27 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-08-08 23:23:25 +02:00
# pbuilder standard config
USENETWORK=yes
HOOKDIR="/var/cache/pbuilder/hook.d/"
APTCACHEHARDLINK=no
# pbuilder dist config
DIST="sid"
EXTRAPACKAGES="ca-certificates wget"
# pbuilder build options
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING"
export DEB_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING"
export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_BUILD_OPTIONS="parallel=32 nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0
DEBBUILDOPTS="-j32 -nc --no-sign"
PDEBUILD_PBUILDER=cowbuilder
BASETGZ="/var/cache/pbuilder/$NAME-base.tgz"
# Cowbuilder understands no BASETGZ, but uses BASEPATH
BASEPATH=/var/cache/pbuilder/$NAME-base.cow
DEBOOTSTRAPOPTS=(${DEBOOTSTRAPOPTS[@]/--keyring=*})
DEBOOTSTRAPOPTS=(${DEBOOTSTRAPOPTS[@]} --keyring=/usr/share/keyrings/debian-archive-keyring.gpg)
EXTRAPACKAGES=eatmydata
EATMYDATA=yes
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"