Well I've the following problem.
Facts; - Using eclipse - Using MinGW
I wanted to benchmark my created C++ program. I searched google and then came; http://www.cs.utah.edu/dept/old/texinfo/as/gprof.html
I then wanted to add the "-pg" build command. But how/where do I add it? I went in to the "properties - C/C++ build - Discovery Options" and added it to the "Compiler invocation command" (http://img515.imageshack.us/img515/3159/67826349.png) but it did nothing, as far as I can see in the console.
So what am I doing wrong?