Disable LTO
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
74b49c257f
commit
9f1a56347d
@ -2,11 +2,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%bcond_without python3_fixup
|
%bcond_without python3_fixup
|
||||||
|
|
||||||
# LTO is currently broken on aarch64 builds
|
# LTO is currently broken on Node.js builds
|
||||||
%ifarch aarch64
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
# == Master Relase ==
|
# == Master Relase ==
|
||||||
# This is used by both the nodejs package and the npm subpackage thar
|
# This is used by both the nodejs package and the npm subpackage thar
|
||||||
|
Loading…
Reference in New Issue
Block a user