From 63b3c28c34b0b268bdb95813fa4fe4193b2b965a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 4 Oct 2023 11:56:39 +0200 Subject: [PATCH] Remove redundant _lto_cflags define ThinLTO is the default. --- clang.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang.spec b/clang.spec index 2913c86..1107267 100644 --- a/clang.spec +++ b/clang.spec @@ -327,8 +327,6 @@ rm test/CodeGen/profile-filter.c %build -# Use ThinLTO to limit build time. -%define _lto_cflags -flto=thin # And disable LTO on AArch64 entirely. %ifarch aarch64 %define _lto_cflags %{nil}