From: Michael Tremer Date: Tue, 20 Apr 2021 08:59:32 +0000 (+0000) Subject: alsa: Disable LTO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09e38fb0f5e6879942a65679af46235652e12c8c;p=people%2Fms%2Fipfire-2.x.git alsa: Disable LTO Signed-off-by: Michael Tremer --- diff --git a/lfs/alsa b/lfs/alsa index 23ad58cf69..7a57cda64e 100644 --- a/lfs/alsa +++ b/lfs/alsa @@ -42,6 +42,9 @@ DEPS = TARGET = $(DIR_INFO)/$(THISAPP) +# Disable LTO +CFLAGS_LTO = + ############################################################################### # Top-level Rules ###############################################################################