[xmonad] Issue 505 in xmonad: Strip the executable file created during recompilation
codesite-noreply at google.com
codesite-noreply at google.com
Tue Apr 17 19:27:53 CEST 2012
Comment #4 on issue 505 by allber... at 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).
More information about the xmonad
mailing list