octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ccache for MXE Octave cross builds


From: Markus Mützel
Subject: ccache for MXE Octave cross builds
Date: Sat, 14 Jul 2018 15:16:28 +0200

Out of curiosity: How did you set up your ccache configuration for the Windows 
cross-builds with MXE-Octave?
My settings are:
cat ~/.ccache/ccache.conf 
max_size = 30.0G
hash_dir = false

To me it looks like with these settings the compiler cache is only used for the 
"build-*" packages after a "make clean".
The later packages never seem to hit any cached files. Maybe because ccache 
detects that the freshly built compiler is different from the previous run?

Are there some settings or switches which allow the compiler cache to be used 
more efficiently?

Markus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]