Dies ist eine alte Version des Dokuments!
| -c | Do not link | 
| -D | Create a preprocessor definition, like a #define directive in the source code | 
| -g | Produce debugging information for GDB (-g0 negates -g) | 
| -I | Specify directories to search for header files, libraries etc | 
| -llibrary | Search the library named library when linking | 
| -Ldir | Add directory dir to the list of directories to be searched for -l | 
| -M | Preprocessor: Output a rule suitable for make describing the dependencies..? | 
| -o | Specify output file. Applies to object files and executables | 
| -Wall | enable most warnings |