Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo, ich habe in einem Makefile stehen: CFLAGS=-g -Wall Wofür steht "-g"? Danke Dani
-g ist für Debug.
http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/Debugging-Options.html#Debugging-Options
Grüssli