disable lto on f35

This commit is contained in:
Tom spot Callaway 2022-03-19 08:08:09 -04:00
parent d8bf4ed948
commit 57def3310b
1 changed files with 1 additions and 1 deletions

2
R.spec
View File

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