Update pbuilderrc-v4-lto

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