Try to use ccache when building.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-08 16:43:00 +01:00
commit 90186a8fb0

View file

@ -29,7 +29,7 @@ $CPAN::Config = {
'keep_source_where' => q[%WORKINGDIR%/sources],
'load_module_verbosity' => q[v],
'make' => q[/usr/bin/make],
'make_arg' => q[-j %NUMJOBS% %MAKEFLAGS%],
'make_arg' => q[%CC% %CXX% -j %NUMJOBS% %MAKEFLAGS%],
'make_install_arg' => q[-j %NUMJOBS% %MAKEFLAGS%],
'make_install_make_command' => q[/usr/bin/make],
'makepl_arg' => q[%CC% %CXX%],