Re: gcc and small command line tasks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



jaynicks@xxxxxxxxxxxxx wrote:
> Hullo,
> 
> I cannot find the switch(es)/params to make a small
taks, e.g.  
hello.c
> results in 471,836 byte task which seems a little
large.
> 
> Been through mans and googles and have missed the
information so far.

I think you are looking for optimizing flags.
A whole list of flags is availible at
http://gcc.gnu.org/onlinedocs/!last release of gcc
series (for example
gcc-3.4.4)!/gcc/index.html#toc_Invoking-GCC
I use "-fpeel-loops -O3 -fforce-addr -ftracer -s -g0"
but all symbols for debugging are removed because of
-g0 and -s.




	

	
		
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux