commit | 21cf6e584ce35b79374581e6344dd7c74f8b4a2b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Tue Oct 22 08:46:23 2013 -0700 |
committer | Michal Marek <mmarek@suse.cz> | Wed Nov 06 22:25:59 2013 +0100 |
tree | 8a8a6c8cc29b56b8e3a91e89afad70f3fb08249f | |
parent | f3462aa952cfc8f4b095103cb9b3d306dd216558 [diff] |
kbuild, bloat-o-meter: fix static detection Disable static detection: the static currently drops a lot of useful information including clones generated by gcc. Drop this. The statics will appear now without static. prefix. But remove the LTO .NUMBER postfixes that look ugly Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Michal Marek <mmarek@suse.cz>