Try to use ccache when building.
This commit is contained in:
parent
6b3f18b529
commit
90186a8fb0
1 changed files with 1 additions and 1 deletions
|
@ -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%],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue