Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: F6|Zman on March 16, 2013, 01:03:58 pm
-
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.
-
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.