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 May 7, 2024
1 parent 1e742b5 commit e853971
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 e853971

Please sign in to comment.