Update pbuilderrc-v4-lto

This commit is contained in:
ferrreo 2024-03-30 15:32:10 +00:00 committed by GitHub
parent 664fe4a842
commit 0ba88d135d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ DIST="sid"
EXTRAPACKAGES="ca-certificates"
# pbuilder build options
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_MAINT_OPTIONS="-march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v4 -O3 -flto -fuse-linker-plugin -falign-functions=32"
export DEB_LDFLAGS_MAINT_APPEND="-flto -fuse-linker-plugin -falign-functions=32 -O3 -shared"
DEBBUILDOPTS="--no-sign"