← Back to team overview

kicad-developers team mailing list archive

Re: [RFC] pcbnew internals refactoring for testing

 

On 03/11/17 14:50, Simon Richter wrote:
> Hi Tom,
> 
> On 03.11.2017 09:57, Tomasz Wlostowski wrote:
> 
>> The goal of this patch is to limit the inclusion of boost headers, which
>> cause a huge slowdown in compilation time.
> 
> Would it make sense to build a precompiled header will all of Boost and
> wx that we use?

Well, it looks like it gives quite a bit of boost (not Boost ;-), at
least with clang 4.0.

How about creating a standard precompiled header for Kicad, including
most common wx, boost and STL stuff?

Cheers,
T.


References