Mail Archives: djgpp-workers/1996/07/30/22:14:33
> gcc -o foo.exe
> Deletes the coff file, leaves a bloated .exe
> *Proposed new behavior: Deletes the coff file, strips the .exe
Use gcc -s -o foo.exe
> gcc -o foo
> Leaves a debuggable coff file, leaves a bloated .exe
> *Proposed new behavior: Leaves a debuggable coff file, strips the .exe
Very difficult to do, unless we teach stubify how to strip the symbol
table off as it converts. Volunteers? Even then, though, it reduces
the usability of exe2coff.
- Raw text -