dwblaikie wrote: > When using `-g` option, the binary size is impacted by less than 0.5% while > the debug symbols size is bigger by 8% for macro heavy code-bases.
8% "debug symbols size" (what do you mean by that/how did you measure it?) is pretty severe perhaps a `bloaty` ( https://github.com/google/bloaty ) comparison for this macro heavy code you mentioned? https://github.com/llvm/llvm-project/pull/163982 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
