kbuild, bloat-o-meter: fix static detection
authorAndi Kleen <ak@linux.intel.com>
Tue, 22 Oct 2013 15:46:23 +0000 (08:46 -0700)
committerMichal Marek <mmarek@suse.cz>
Wed, 6 Nov 2013 21:25:59 +0000 (22:25 +0100)
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>

No differences found