Add debugging symbols for --enable-debug
Having issues debugging like code jumping all over the place when I do a simple next command in gdb. Or "optimized values" showing up when printing variable. I propose to add debugging symbols and lower optimization level to facilitate this. Like CXXFLAGS="${CXXFLAGS} -g3 -ggdb -O0"
when ./configure --enable-debug
command is issued.