From: Joshua Moore-O. <jo...@ch...> - 2003-06-03 17:32:53
|
In order to get valgrind to run, what cflags must I compile my system with? so far I've tried march=pentium3 -O2 -fomit-frame-pointer and march=i686 -O2 -fomit-frame-pointer and both of them give me an error about some CS thing which I was told has to do with teh CFLAGS I use to compile my system.. So basically, if any of you have compiled your linux system from source could you please tell me what CFLAGS you used to get valgrind to debug your programs. Thanks Josh. |