Update pbuilderrc-v2

This commit is contained in:
ferrreo 2024-06-25 21:02:26 +01:00 committed by GitHub
parent b7f8a5a99f
commit 26e261c9c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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