Just as a hint -- if you run "Build -g", it will override all three flags variables (CFLAGS=-g CXXFLAGS=-g OBJCFLAGS=-g) so that everything is built with only symbols, no optimization. Faster builds, more reliable debugging, should it be necessary.