Update pbuilderrc-v2-lto

This commit is contained in:
ferrreo 2024-04-29 16:46:45 +01:00 committed by GitHub
parent 67bffa62ab
commit bbabe4a0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v2 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v2 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v2 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_BUILD_OPTIONS="parallel=8 nocheck notest nodoc terse"
DEBBUILDOPTS="-j8 -nc --no-sign"
PDEBUILD_PBUILDER=cowbuilder
BASETGZ="/var/cache/pbuilder/$NAME-base.tgz"