Hello gcc team, we would be interested, if there is a table comparing different gcc compiler versions, including mainly used options, considering their compile time for a given source code or loc (lines of code), efficiency improvement of compiling and performanc (loc/s). Is there an option that summarizes loc that are actually compiled during one compilation event started in a Makefile? Could You recommend a tool for linux os's for counting (lines of code actually built)/second at one compile situation, instead of counting lines of code in sources (e.g. cloc)? Thanks for Your time, engagement and this wonderful gcc, Best Regards