Skip to content

Commit

Permalink
debian: bump broken binutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Jul 15, 2024
1 parent 538f6b0 commit 65161fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65161fb

Please sign in to comment.