Disable LTO

This commit is contained in:
Sandro Mani 2020-11-11 11:07:19 +01:00
parent b55a281f50
commit a3837fb8e0

View File

@ -1,5 +1,10 @@
%undefine __cmake_in_source_build
# State Nov 11 2020, LTO causes
# TestXMLHyperTreeGridIO.cxx.o (symbol from plugin): undefined reference to symbol
# '_ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits@@LLVM_11'
%global _lto_cflags %{nil}
# Disable OSMesa builds for now - see Bug 744434
%bcond_without OSMesa
%bcond_without java