
17 Apr
2012
17 Apr
'12
1:27 p.m.
Comment #4 on issue 505 by allber...@gmail.com: Strip the executable file created during recompilation http://code.google.com/p/xmonad/issues/detail?id=505 The extra-symbols thing would matter only if debugging information were in STABS format like in old BSDs... not even the BSDs do that any more, because ELF lets you put them in sections that can be completely ignored at runtime (with old a.out format, the only place you could put extra information was the symbol table).