Mail Archives: djgpp/1997/04/21/15:35:12
Eli Zaretskii wrote:
>
> On 21 Apr 1997, melkor wrote:
>
> > BUT the compiled exe was 1.4 megs (it was 300k with Watcom).
>
> Did you link with -s option? If not, that bloated exe includes a lot of
> debugging info.
Another thingy which could be the case is that DJGPP will not allocate
huge aray´s on the fly ( like with the BSS segment) but put´s them
straigth into the exe. C++ only though, C seems to do it just right.
This is discussed in the FAQ also I think.
Greetinx,
Peter
- Raw text -