On Wed, Mar 01, 2017 at 10:46:00AM +0000, Exim Users wrote: > Including the symbol table makes the binary larger (and so, I guess, > possibly its memory requirements: I can't remember).
The debugging information is in a different section in the ELF file (executable binary format), it is a section in of DWARF (think Elf - getit?) format. The program size might be bigger because less optimisation is being used. -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 http://www.phcomp.co.uk/ Parliament Hill Computers Ltd. Registration Information: http://www.phcomp.co.uk/contact.php #include <std_disclaimer.h> -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
