dmd -lib and executable size (+10 MB)
Steven Schveighoffer
schveiguy at yahoo.com
Sun Aug 10 16:28:12 PDT 2008
"bearophile" wrote
> Moritz Warning:
>> What compile options do you use?
>
> For this benchmark the same I have used in the past, that means none at
> all:
>
> dmd test.d
>
>
>> I just used "dmd main.d" followed by "strip main".
>
> On Windows I haven't found a working strip for DMD yet.
I believe Windows binary format is already stripped (usually debug symbols
are put into a separate file).
-Steve
More information about the Digitalmars-d
mailing list