[PATCH] D39885: Disable GC and ICF when /debug is present

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 11:45:14 PST 2017


mstorsjo added a comment.

For the MinGW frontend, we decided to pass `-debug:dwarf` by default, unless the caller passed `-s`. Doesn't this change mean that a user that links without `-s` and then manually strips the binary later would end up with a larger and less optimized binary than if you would have linked it with `-s` in the first place?


https://reviews.llvm.org/D39885





More information about the llvm-commits mailing list