This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
optimization across c source files
- From: Virender Kashyap <virenk at cse dot iitb dot ac dot in>
- To: GCC HELP <gcc-help at gcc dot gnu dot org>
- Date: Wed, 25 May 2005 22:29:49 +0530 (IST)
- Subject: optimization across c source files
Hi
Is there some way by which i can enable optimization (e.g. inlining)
across c files specified in order while compilation. like:
gcc -o out main.c file1.c file2.c ....
Regards.
Virender