Update pbuilderrc-v4-lto
This commit is contained in:
parent
c98a51bdd6
commit
657094ddc9
@ -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_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"
|
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
|
||||||
DEBBUILDOPTS="-j32 -nc --no-sign"
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user