On processors for D ~ decoupling
    Dave 
    Dave_member at pathlink.com
       
    Sat Apr  8 11:53:31 PDT 2006
    
    
  
Walter Bright wrote:
> Dave wrote:
>> Might want to take a look at the gcc '-s' switch as well. Man page 
>> (under gcc
>> linking options):
>>
>> -s  Remove all symbol table and relocation information from the 
>> executable.
>>
>> It dramatically reduces the size of the executables on my system. 
>> Don't have
>> much experience with it yet though.
> 
> I would rather that not be done automatically, as often the symbols are 
> needed. I think the user can run strip afterwards anyway to get the same 
> result.
Ok - just thought I'd throw that out there.
- Dave
    
    
More information about the Digitalmars-d-announce
mailing list