]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
alsa: Disable LTO
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Apr 2021 08:59:32 +0000 (08:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Apr 2021 08:59:32 +0000 (08:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/alsa

index 23ad58cf69b73c1e09086e72e35ffb925cf34cb2..7a57cda64e6982964f51394fb3057378e62040c7 100644 (file)
--- a/lfs/alsa
+++ b/lfs/alsa
@@ -42,6 +42,9 @@ DEPS       =
 
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+# Disable LTO
+CFLAGS_LTO =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################