I am not being able to pass the -g option to the compiler in order to run valgrind::memcheck;
i’ve tried using code::blocks’ compiler settings, as well as adding the -g flag on config.make (USER_CFLAGS); and even hardcoded it in the Makefile, but still no results, valgrind keeps telling me that i need to compile with the -g option enabled…
that’s weird the debug target has -g3 which should work with valgrind, it’s been a long time since i don’t use it but it used to work with 64bit without problem too