On Fri, Oct 19, 2001 at 04:04:32PM +0530, Mayur Joshi wrote:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.10/include -Wall \ -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer \ -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 \ -march=i686 -DMODULE -c -o dummy.o dummy.c
I would like someone to explain all the arguments given to gcc. I have not done much of C/C++ under *nix systems, though I know some of them.
man gcc
regards