Mail Archives: djgpp/1997/05/29/03:43:59
On Wed, 28 May 1997, Claude Sassine wrote:
> I compiled a 699-byte file and got a 140KB executable. This led to look
> at the FAQ files. The FAQ mentions two possible remedies for the size
> problem. The -s switch brought the executable's size down to 68KB.
The size of a minimal C program after stripping is less than 30KB. Is
that a C++ program? If not, you need to look for another source of
slack (can't really guess without seeing the source).
- Raw text -