Allan Rae <[EMAIL PROTECTED]> wrote:
> Two newish compiler flags supported by egcs (and maybe gcc I've never
> noticed) can have dramatic effects upon compiled code size. These flags
> are :
> -fno-rtti -fno-exceptions
gcc 2.8 supports both flags and they (especially -fno-exceptions)
dramatically reduce binary size. While gcc 2.7 does not support the
latter flag and -fno-rtti is the default.
Since emx a.out binaries are considerably larger than elf binaries in
general, I have been considering to use them for OS/2 binaries after
the discussion about a week ago on XFree86/OS2 list on the flags.
Regards,
SMiyata