Bonjour tout le monde.

Je suis en train de cr�er un programme de formatage de fichiers en C++, et je re�oit des erreur lors de mes premiers pas dans le programme.
en essayant de compiler un bout de code concernant la cr�ation de fichiers et l'ouverture d'autres, je re�oit l'erreur
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
mingw32-g++.exe: -pg and -fomit-frame-pointer are incompatible
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
J'ai essay� de chercher la provenance de cette erreur, mais je n'ai rien trouv� � part de demander au compilateur plus de clarification, et voil� ce qu'il me retourne:
Code : S�lectionner tout - Visualiser dans une fen�tre � part
mingw32-g++.exe -Wall -fexceptions  -g  -march=athlon-fx -march=athlon64 -march=opteron -march=k8 -march=athlon-mp -march=athlon-xp -march=athlon-4 -march=athlon-tbird -march=athlon -march=k6-3 -march=k6-2 -march=k6 -march=core2 -march=pentium-m -march=nocona -march=prescott -march=pentium4 -march=pentium3 -march=pentium2 -march=i686 -march=pentium-mmx -march=i586 -march=i486 -march=i386 -fomit-frame-pointer -fexpensive-optimizations -Os -O3 -O2 -O1 -O  -Wshadow -Winit-self -Wredundant-decls -Wcast-align -Wundef -Wfloat-equal -Winline -Wunreachable-code -Wmissing-declarations -Wmissing-include-dirs -Wswitch-enum -Wswitch-default -Weffc++ -Wmain -pedantic-errors -pedantic -std=c++0x -std=c++98 -w -Wfatal-errors -Wextra -Wall -ansi -pg -g    -c D:\PreProcessingSiRH\PreProcessingSiRH\main.cpp -o obj\Debug\main.o
Quelqu'un saurait la provenance de tout �a?

Merci d'avance pour vos r�ponses.