Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
497 stars 96 forks source link

Build CodeCompass in Release mode in CI #743

Closed mcserep closed 1 month ago

mcserep commented 2 months ago

Build CodeCompass in RelWithDebInfo mode in the CI, which results in a 15-25% better performance during the parsing.

Build CodeCompass in Release mode during tarball packaging to shrink the output size.

mcserep commented 1 month ago

Please review this @intjftw , when you have time.