News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

I Get An Error While Trying To Build...

Started by F6|Zman, March 16, 2013, 01:03:58 PM

Previous topic - Next topic

F6|Zman

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?

Jenna

What about switching one of the both flags off ?

You must have turned them on manually, because they are not used as default settings.

F6|Zman

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.