Disable LTO

This commit is contained in:
Than Ngo 2020-08-31 15:36:49 +02:00
parent f819e6434b
commit 3c4f7b129c
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# qtwebkit is known not to work properly with LTO at this point. Some of the issues
# are being worked on upstream and disabling LTO should be re-evaluated as
# we update this change. Until such time...
# Disable LTO
%global _lto_cflags %{nil}
%global _hardened_build 1