Update pbuilderrc-v4-lto

This commit is contained in:
ferrreo 2024-04-28 20:43:23 +01:00 committed by GitHub
parent c98a51bdd6
commit 657094ddc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,3 +11,9 @@ export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v4 -O3 -flto -fuse-l
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
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)