From 1e7613c7fda00ff85d7f401f139c5919c193c331 Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 15 Nov 2024 18:19:33 +0100 Subject: [PATCH] Update pika-build-config/amd64-v3.sh --- pika-build-config/amd64-v3.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pika-build-config/amd64-v3.sh b/pika-build-config/amd64-v3.sh index 20d5244..7933466 100755 --- a/pika-build-config/amd64-v3.sh +++ b/pika-build-config/amd64-v3.sh @@ -2,10 +2,10 @@ export PIKA_BUILD_ARCH="amd64-v3" export DEBIAN_FRONTEND="noninteractive" export DRIVER_ARCH="Linux-x86_64" -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_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32" -export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32" -export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32" +export DEB_BUILD_MAINT_OPTIONS="optimize=+lto -march=x86-64-v3 -O3 -flto=auto" +export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto" +export DEB_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto" +export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto" +export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto=auto" export DEB_BUILD_OPTIONS="nocheck notest terse" export DPKG_GENSYMBOLS_CHECK_LEVEL=0