Update pbuilderrc-v2-lto

This commit is contained in:
ferrreo 2024-03-30 15:51:26 +00:00 committed by GitHub
parent 7a2bfaf0e3
commit fb227fe629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,5 +9,5 @@ EXTRAPACKAGES="ca-certificates"
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="-flto -fuse-linker-plugin -falign-functions=32 -O3 -shared"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v2 -O3 -flto -fuse-linker-plugin -falign-functions=32"
DEBBUILDOPTS="--no-sign"