[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MXE configure option --with-ccache
From: |
Rik |
Subject: |
Re: MXE configure option --with-ccache |
Date: |
Fri, 2 Mar 2018 12:05:53 -0800 |
On 03/02/2018 11:40 AM, Rik wrote:
> Is the --with-ccache option to MXE working for anyone? I thought this
> would simply add "ccache " as a prefix to $CXX, i.e.,
>
> CXX="ccache $CXX"
>
> so that ccache would be used with the cross-compiler. But I configured and
> built MXE-octave and the statistics available with "ccache -s" show that no
> new files were added to the cache.
>
> --Rik
Never mind. It's a little odd, but the "prerequisites" target is only run
for 'make all'. I use 'make nsis-installer' which doesn't trigger the target.
--Rik