On 19 March 2016 at 14:56, Hongxu Jia <hongxu.jia@windriver.com> wrote:
+PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=no"

There's an explicit --enable-debug in EXTRA_OECONF, and reading the configure --help shows that the "off" mode should be --enable-debug=minimum as "no" removes the GLib checks which can result in crashes if bad data is passed to the API.

Ross