gtirb icon indicating copy to clipboard operation
gtirb copied to clipboard

use precompiled header to improve compilation speed?

Open swang206 opened this issue 3 years ago • 1 comments

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

Precompiled header can improve the situation a lot.

swang206 avatar Jul 29 '21 14:07 swang206

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:

  • https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html
  • https://github.com/GrammaTech/gtirb/blob/master/CONTRIBUTING.md
  • https://github.com/GrammaTech/gtirb/blob/master/GrammaTech-CLA-GTIRB.pdf

eschulte avatar Aug 02 '21 18:08 eschulte