Disable LTO in EL9+ as well

This commit is contained in:
Orion Poplawski 2022-01-10 18:53:21 -07:00
parent c236b87ba9
commit d175646a98
1 changed files with 1 additions and 1 deletions

2
R.spec
View File

@ -7,7 +7,7 @@
# complex
# AND that leads to
# Fortran complex functions are not available on this platform
%if 0%{?fedora} >= 36
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
%global _lto_cflags %nil
%endif