how to compile package with debug option
I'm not sure if this is newbie cmake question or rosbuild question, but is there way to compile package with debugging option as -g, -pg? (I found make VERBOSE=1 can generate more verbose output message, so look for something like make DEBUG=1 option.)