GrammaTech / gtirb

Intermediate Representation for Binary analysis and transformation
https://grammatech.github.io/gtirb/
Other
305 stars 36 forks source link

use precompiled header to improve compilation speed? #43

Open swang206 opened 3 years ago

swang206 commented 3 years ago

The compilation speed is ridiculously slow due to the dependency on boost.

Precompiled header can improve the situation a lot.

eschulte commented 3 years ago

I think we're certainly open to this. Would you consider submitting an MR updating our CMake configuration to use precompiled headers by default?

See: