From c728088ae27fb049cc3f0938202c1880e888c433 Mon Sep 17 00:00:00 2001 From: Zuzana Svetlikova Date: Tue, 10 Jan 2017 14:29:24 +0100 Subject: [PATCH] Build without debug --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index efcbb0a..5feca0e 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,4 +1,4 @@ -%global with_debug 1 +%global with_debug 0 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}