Hello,

I use the following command instead of cmake to get ccache effect:
CXX='ccache g++' cmake

Regards,
Boris Nagaev


On Fri, Jan 3, 2014 at 10:37 PM, Muhammad Bashir Al-Noimi
<mbno...@gmail.com> wrote:
> On 12/26/2013 02:15 AM, Muhammad Bashir Al-Noimi wrote:
>> On 12/24/2013 10:35 PM, Chris Frey wrote:
>>> On Tue, Dec 24, 2013 at 12:42:55PM -0500, Randy Yates wrote:
>>>> I too have experienced longish compile times with wt. I have the
>>>> suspicion that it is mainly due to the complex, muli-level headers. Is
>>>> there a way to precompile the headers?
>>> ccache?
>> Good idea, I'll try to apply it in Qt Creator and see if it will
>> affect on the building time.
>>
>> BTW, Does any one know how to use ccache with Qt Creator (sorry for
>> silly question)?
>>
> Thanks to "Orgad Shaneh" from Qt Creator mailinglist which told me how
> can I fix this issue using:
>
> QMAKE_CC = ccache $$QMAKE_CC
> QMAKE_CXX = ccache $$QMAKE_CXX
>
> --
> Best Regards,
> Muhammad Bashir Al-Noimi
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to