diff --git a/pika-build-config/ltosetup.sh b/pika-build-config/ltosetup.sh index 1dbf55fdd..eb5d50df2 100755 --- a/pika-build-config/ltosetup.sh +++ b/pika-build-config/ltosetup.sh @@ -9,5 +9,5 @@ export DEB_CFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin - export DEB_CPPFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING" export DEB_CXXFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING" export DEB_LDFLAGS_MAINT_APPEND="-march=x86-64-v3 -O3 -flto -fuse-linker-plugin -falign-functions=32 -w -DQT_NO_VERSION_TAGGING" -export DEB_BUILD_OPTIONS="nocheck notest terse" +export DEB_BUILD_OPTIONS="nocheck notest" export DPKG_GENSYMBOLS_CHECK_LEVEL=0