Every time I try to build my project I keep getting an error message:
Precompiling header: ..\shared\cube.h
x86_64-w64-mingw32-g++.exe: error: -pg and -fomit-frame-pointer are incompatible
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
How do I fix this?
What about switching one of the both flags off ?
You must have turned them on manually, because they are not used as default settings.
Quote from: jens on March 16, 2013, 01:10:43 PM
What about switching one of the both flags off ?
You must have turned them on manually, because they are not used as default settings.
It worked.
Thank You.