Update pbuilderrc-v3-lto

This commit is contained in:
ferrreo 2024-03-30 15:46:05 +00:00 committed by GitHub
parent 4e1f169326
commit ef14781d26
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="-flto -fuse-linker-plugin -falign-functions=32 -O3 -shared"
export DEB_LDFLAGS_MAINT_APPEND="-O3 -shared"
DEBBUILDOPTS="--no-sign"