Drop unintended ccache usage

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-09-23 16:23:19 -04:00
parent e13a2ee556
commit 99c49fc16f
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
1 changed files with 2 additions and 5 deletions

View File

@ -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