Remove redundant _lto_cflags define

ThinLTO is the default.
This commit is contained in:
Nikita Popov 2023-10-04 11:56:39 +02:00 committed by nikic
parent 6f21bc0e93
commit 63b3c28c34
1 changed files with 0 additions and 2 deletions

View File

@ -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}