On Sep 13, 2013 5:41 PM, "Joseph Rushton Wakeling" <joseph.wakeling@webdrake.net> wrote:
>
> On 13/09/13 18:30, Johannes Pfau wrote:
>>
>> Use
>> make install-strip
>> instead of "make install"
>
>
> Hmm, well, I just reinstalled GDC using make install-strip, rebuilt the programs in question and they're still coming out as 12 MB ...
>
> Could it be static vs. shared druntime/Phobos?
>

Can you check if it in fact strips binaries? (you can check with 'file')

Regards
--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';