Next: Compiler Options Up: Programming in C Previous: References

Common C Compiler Options

Here we list common C Compiler options. They can be tagged on to the compiler directive. Some take an additional argument.

E.g.

     cc -c -o prog prog.c

The -o option needs an argument, -c does not.



drago@scri.fsu.edu
Jan. 1997