Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
becki:linux:gnu_gcc [2018-03-29 09:57] becki created |
becki:linux:gnu_gcc [2018-03-29 14:29] (aktuell) becki |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | = GCC | + | = GNU GCC |
== Docs | == Docs | ||
Zeile 17: | Zeile 17: | ||
| -M | Preprocessor: Output a rule suitable for make describing the dependencies..? | | | -M | Preprocessor: Output a rule suitable for make describing the dependencies..? | | ||
| -o | Specify output file. Applies to object files and executables | | | -o | Specify output file. Applies to object files and executables | | ||
+ | | -pg | Generate extra code to write profile information suitable for the analysis program {{{gprof}}} | | ||
| -Wall | enable most warnings | | | -Wall | enable most warnings | | ||