Executable size when compiling with GDC

Trass3r un at known.com
Tue Feb 21 09:17:32 PST 2012


Lots of symbols and stuff.
You can get it down with -ffunction-sections -fdata-sections  
-Wl,-s,--gc-sections
Phobos should also be compiled with -ffunction-sections -fdata-sections to  
get the whole effect though.


More information about the Digitalmars-d-learn mailing list