On 07/08/2014 17:53, geohas wrote:> make CFLAGS=-O0 was it.> > now gdb doesn't print <Value optimized out>.If you're using GCC 4.8 or later, consider using it with -Og for thatkind of builds.