build: remove lto flags in dpdk build 36/37036/3
authorDave Wallace <dwallacelf@gmail.com>
Tue, 30 Aug 2022 02:45:03 +0000 (22:45 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 31 Aug 2022 18:58:42 +0000 (18:58 +0000)
commit738eaa6f4965956a592392834bd1b6fcd0a20633
tree8e05db9e80c53cd265f7ea66e18b5a05c336805d
parentbf12efc432823c83dc06ead6be2094ac605f0021
build: remove lto flags in dpdk build

- Ubuntu 22.04 enables LTO by default and dpdk
  adds lto flags to CFLAGS. This CI jobs to fail
  with OOM-Kill (especially on ARM64) due to lto
  consuming large amounts of memory.

Type: make

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I5a3d3a08e2caddb4790b281b80b16081567aed5b
build/external/deb/debian/rules