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.