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.


     c89 -c -o prog prog.c

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



Dave.Marshall@cm.cf.ac.uk
Wed Sep 14 10:06:31 BST 1994