dmd 1.071 and 2.056 release

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Oct 28 11:01:26 PDT 2011


On 10/28/11, Vladimir Panteleev <vladimir at thecybershadow.net> wrote:
> Most likely related to this issue

Interesting..

If I compile my app via dmd myapp.d <dependencies.lib> I get a 2.149 KB exe.

If instead I do "dmd -c myapp.d" and then do "dmd myapp.obj
<dependencies.lib> I get a 1.117KB exe. That's kind of odd.

If I use Unilink to link the app object file to the dependencies I get
a 340Kb working exe. Now that's something!


More information about the Digitalmars-d-announce mailing list