Update pbuilderrc-v3-lto

This commit is contained in:
ferrreo 2024-03-30 15:51:56 +00:00 committed by GitHub
parent fb227fe629
commit 34b6922bcd
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-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_LDFLAGS_MAINT_APPEND="-O3 -shared"
export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32"
DEBBUILDOPTS="--no-sign"