Skip to content

Commit

Permalink
libbpf: disable LTO
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Salvaterra <[email protected]>
  • Loading branch information
rsalvaterra committed Jun 30, 2024
1 parent 7a7a1c9 commit 06823c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/libs/libbpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
PKG_MAINTAINER:=Tony Ambardar <[email protected]>
PKG_CPE_ID:=cpe:/a:libbpf_project:libbpf

PKG_BUILD_FLAGS:=no-mips16 no-gc-sections no-lto
PKG_BUILD_FLAGS:=no-lto
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1

Expand Down

0 comments on commit 06823c5

Please sign in to comment.