g++ on Decalpha large exe files?

Jeremy W. Murphy jwm@amc.com.au
Fri Oct 1 00:00:00 GMT 1999


At 05:11 23/9/1999 -0700, Adam Chrystie wrote:
>
>
>when i compile source on my alpha the result is somewhat large like
>170k  in disk space for a rather simple program that prints the class
>values of a particular object....
>
>when i compile on my intel it is around 12k in disk space.
>
>Any ideas??

	Unusually bloated debugging information?  Try linking with `-s'.  Or,
static-linked libraries?  Solving that is potentially a much longer
process, and I don't know enough about your platform to suggest much there.

			Jeremy



More information about the Gcc-help mailing list