mingw32-c++.exe: error:

Hello everyone. I installed the version code :: blocs 13.12 as required by the installation instructions. Now, if I try to compile any code, I get the following error message:

1
2
3
4
  mingw32-c++.exe: error: -pg and -fomit-frame-pointer are incompatible
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))


someone can help me solve the problem?
The error is pretty clear; two flags are being passed to it that are incompatible with each other, and you need to go into the CodeBlocks settings to disable one of the flags.
hi LB, thx for help.
tried these flags in code :: Blocks-> Project-> build options, but there's no flags marked, which concerns the extension -pd, and extension fomit frame pointer ....
you tell me where to look?
Last edited on
Topic archived. No new replies allowed.