Skip to content

Commit

Permalink
debian: bump broken binutils version (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail authored Aug 29, 2024
2 parents e805ab7 + 84b6f76 commit 8342108
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 @@ -39,7 +39,7 @@ endif

# Disable LTO on broken binutils
# https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/2070302
ifneq ($(shell ld --version | grep '2.42.90.20240720$$'),)
ifneq ($(shell ld --version | grep '2.43.1$$'),)
DEB_BUILD_MAINT_OPTIONS += optimize=-lto
endif

Expand Down

0 comments on commit 8342108

Please sign in to comment.