Author Topic: I Get An Error While Trying To Build...  (Read 5487 times)

Offline F6|Zman

  • Single posting newcomer
  • *
  • Posts: 6
I Get An Error While Trying To Build...
« 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: I Get An Error While Trying To Build...
« Reply #1 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.

Offline F6|Zman

  • Single posting newcomer
  • *
  • Posts: 6
Re: I Get An Error While Trying To Build...
« Reply #2 on: March 16, 2013, 03:24:25 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.