From 99c49fc16fe08b4fecd657fe7762a285aea9f7bf Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 23 Sep 2021 16:23:19 -0400 Subject: [PATCH] Drop unintended ccache usage Signed-off-by: Stephen Gallagher --- nodejs.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index fba1484..e672779 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -375,11 +375,8 @@ rm -rf tools/inspector_protocol/jinja2 %global optflags %(echo %{optflags} | sed 's/-g /-g1 /') %endif -#export CC='%{__cc}' -#export CXX='%{__cxx}' - -export CC='ccache gcc' -export CXX='ccache g++' +export CC='%{__cc}' +export CXX='%{__cxx}' # build with debugging symbols and add defines from libuv (#892601) # Node's v8 breaks with GCC 6 because of incorrect usage of methods on