From fb6fa8bce83dfb923161fdfb93cbafcc9c61b46a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 18 May 2018 08:26:19 -0400 Subject: [PATCH] Drop unneeded debug disabling lines Signed-off-by: Stephen Gallagher --- nodejs.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 25a7731..79b98ab 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -7,13 +7,6 @@ %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} -# ARM64 builds of 8.5.0 break on the Debug builds, so we'll just -# build the standard runtime until that gets sorted out. -# https://github.com/nodejs/node/issues/15395 -%ifarch aarch64 -%global with_debug 1 -%endif - # == Node.js Version == # Note: Fedora should only ship LTS versions of Node.js (currently expected # to be major versions with even numbers). The odd-numbered versions are new