diff --git a/debian/rules b/debian/rules index 3280d799cca..de612e64b08 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ endif # Disable LTO on binutils 2.42.50.20240618 # https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2070302 -ifneq ($(shell ld --version | grep '2.42.50.20240625$$'),) +ifneq ($(shell ld --version | grep '2.42.50.20240710$$'),) COMMON_CONFIGURE_OPTIONS += -DMIR_LINK_TIME_OPTIMIZATION=OFF DEB_BUILD_MAINT_OPTIONS += optimize=-lto endif