From 9f1a56347d44c7841a0d9615b0cdcbd7c17d66c1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 4 Jan 2021 15:58:35 -0500 Subject: [PATCH] Disable LTO Signed-off-by: Stephen Gallagher --- nodejs.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index dcc511d..6717f99 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -2,11 +2,8 @@ %bcond_with bootstrap %bcond_without python3_fixup -# LTO is currently broken on aarch64 builds -%ifarch aarch64 +# LTO is currently broken on Node.js builds %define _lto_cflags %{nil} -%endif - # == Master Relase == # This is used by both the nodejs package and the npm subpackage thar