Drop unintended ccache usage
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
e13a2ee556
commit
99c49fc16f
@ -375,11 +375,8 @@ rm -rf tools/inspector_protocol/jinja2
|
|||||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#export CC='%{__cc}'
|
export CC='%{__cc}'
|
||||||
#export CXX='%{__cxx}'
|
export CXX='%{__cxx}'
|
||||||
|
|
||||||
export CC='ccache gcc'
|
|
||||||
export CXX='ccache g++'
|
|
||||||
|
|
||||||
# build with debugging symbols and add defines from libuv (#892601)
|
# build with debugging symbols and add defines from libuv (#892601)
|
||||||
# Node's v8 breaks with GCC 6 because of incorrect usage of methods on
|
# Node's v8 breaks with GCC 6 because of incorrect usage of methods on
|
||||||
|
Loading…
Reference in New Issue
Block a user